Method | Description | |
---|---|---|
Error ( string message ) : void | ||
Error ( string message, |
||
Error ( string category, string message ) : void | ||
Error ( string category, string message, |
||
Log ( LogItemType type, string category, string message, |
||
Warning ( string message ) : void | ||
Warning ( string message, |
||
Warning ( string category, string message ) : void | ||
Warning ( string category, string message, |
Method | Description | |
---|---|---|
Debug ( string message ) : void | ||
Debug ( string message, |
||
Debug ( string category, string message ) : void | ||
Debug ( string category, string message, |
||
Log ( |
||
LogCore ( LogItemType type, string category, string message, |
||
OnLogEventCaptured ( |
||
Trace ( string message ) : void | ||
Trace ( string message, |
||
Trace ( string category, string message ) : void | ||
Trace ( string category, string message, |
public static Error ( string message ) : void | ||
message | string | |
return | void |
public static Error ( string message, |
||
message | string | |
ex | ||
return | void |
public static Error ( string category, string message ) : void | ||
category | string | |
message | string | |
return | void |
public static Error ( string category, string message, |
||
category | string | |
message | string | |
ex | ||
return | void |
public static Log ( LogItemType type, string category, string message, |
||
type | LogItemType | |
category | string | |
message | string | |
ex | ||
return | void |
public static Warning ( string message ) : void | ||
message | string | |
return | void |
public static Warning ( string message, |
||
message | string | |
ex | ||
return | void |
public static Warning ( string category, string message ) : void | ||
category | string | |
message | string | |
return | void |
public static Warning ( string category, string message, |
||
category | string | |
message | string | |
ex | ||
return | void |