Method Debug
Debug(object, string)
Output log in Debug priority
Declaration
public virtual void Debug(object context, string message)
Parameters
Type | Name | Description |
---|---|---|
object | context | The context where output the log |
string | message | The log message |