Property | Type | Description | |
---|---|---|---|
Default | ILogger |
Method | Description | |
---|---|---|
Debug ( string message ) : void | ||
Error ( string message ) : void | ||
Info ( string message ) : void | ||
Verbose ( string message ) : void | ||
Warning ( string message ) : void |
public static Debug ( string message ) : void | ||
message | string | |
return | void |
public static Error ( string message ) : void | ||
message | string | |
return | void |
public static Verbose ( string message ) : void | ||
message | string | |
return | void |
public static Warning ( string message ) : void | ||
message | string | |
return | void |