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