Method | Description | |
---|---|---|
Add ( Level level, string format ) : void |
Adds the specified log message.
|
|
AddLogger ( Level>.Action |
Adds a logger.
|
Method | Description | |
---|---|---|
Logger ( ) : System |
Initializes static members of the Logger class.
|
public static Add ( Level level, string format ) : void | ||
level | Level | The level. |
format | string | The format. |
return | void |
public static AddLogger ( Level>.Action |
||
logger | Level>.Action | The logger. |
return | void |