Property | Type | Description | |
---|---|---|---|
EnableLog | bool |
Method | Description | |
---|---|---|
Log ( object message ) : void | ||
Log ( object message, Object context ) : void | ||
LogError ( object message ) : void | ||
LogError ( object message, Object context ) : void | ||
LogErrorFormat ( Object context, string message ) : void | ||
LogFormat ( Object context, string message ) : void | ||
LogFormat ( string message ) : void | ||
LogWarning ( object message ) : void | ||
LogWarning ( object message, Object context ) : void | ||
LogWarningFormat ( Object context, string message ) : void | ||
LogWarningFormat ( string message ) : void |
public static Log ( object message, Object context ) : void | ||
message | object | |
context | Object | |
return | void |
public static LogError ( object message ) : void | ||
message | object | |
return | void |
public static LogError ( object message, Object context ) : void | ||
message | object | |
context | Object | |
return | void |
public static LogErrorFormat ( Object context, string message ) : void | ||
context | Object | |
message | string | |
return | void |
public static LogFormat ( Object context, string message ) : void | ||
context | Object | |
message | string | |
return | void |
public static LogFormat ( string message ) : void | ||
message | string | |
return | void |
public static LogWarning ( object message ) : void | ||
message | object | |
return | void |
public static LogWarning ( object message, Object context ) : void | ||
message | object | |
context | Object | |
return | void |
public static LogWarningFormat ( Object context, string message ) : void | ||
context | Object | |
message | string | |
return | void |
public static LogWarningFormat ( string message ) : void | ||
message | string | |
return | void |