Method | Description | |
---|---|---|
Debug ( this logger, string message ) : void | ||
Debug ( this logger, string category, string message ) : void | ||
Error ( this logger, string message ) : void | ||
Error ( this logger, string category, string message ) : void | ||
Fatal ( this logger, string message ) : void | ||
Fatal ( this logger, string category, string message ) : void | ||
Information ( this logger, string message ) : void | ||
Information ( this logger, string category, string message ) : void | ||
Warning ( this logger, string message ) : void | ||
Warning ( this logger, string category, string message ) : void |
Method | Description | |
---|---|---|
FilteredLog ( ILogger logger, LogLevel level, string category, string format, object objects ) : void |
public static Debug ( this logger, string message ) : void | ||
logger | this | |
message | string | |
return | void |
public static Debug ( this logger, string category, string message ) : void | ||
logger | this | |
category | string | |
message | string | |
return | void |
public static Error ( this logger, string message ) : void | ||
logger | this | |
message | string | |
return | void |
public static Error ( this logger, string category, string message ) : void | ||
logger | this | |
category | string | |
message | string | |
return | void |
public static Fatal ( this logger, string message ) : void | ||
logger | this | |
message | string | |
return | void |
public static Fatal ( this logger, string category, string message ) : void | ||
logger | this | |
category | string | |
message | string | |
return | void |
public static Information ( this logger, string message ) : void | ||
logger | this | |
message | string | |
return | void |
public static Information ( this logger, string category, string message ) : void | ||
logger | this | |
category | string | |
message | string | |
return | void |
public static Warning ( this logger, string message ) : void | ||
logger | this | |
message | string | |
return | void |
public static Warning ( this logger, string category, string message ) : void | ||
logger | this | |
category | string | |
message | string | |
return | void |