Method Warn
Warn(object, string)
Output log within all registered logger in warn priority
Declaration
public static void Warn(this object context, string message)
Parameters
| Type | Name | Description | 
|---|---|---|
| object | context | The context where output the log  | 
    
| string | message | The log message  | 
    
Warn(string)
Output log within all registered logger in Warn priority
Declaration
public static void Warn(string message)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | message | The log message  |