Method | Description | |
---|---|---|
Add ( IEnumerable |
Adds the specified logs to storage in batches.
|
|
ConsoleLogger ( [ name, [ format = null, LoggingLevels validLevels = LoggingLevels.All ) : System |
Initializes a new instance of the ConsoleLogger class. Along with the To change colour use a '+' or '-' followed by a ConsoleColor e.g. The '?' colour will pick a colour based on the current log level, e.g. The '_' colour will use the current consoles default foreground or background colour (depending on whether it is preceeded with '+' or '-'). |
public Add ( IEnumerable |
||
logs | IEnumerable |
The logs to add to storage. |
token | The token. | |
return | Task |
public ConsoleLogger ( [ name, [ format = null, LoggingLevels validLevels = LoggingLevels.All ) : System | ||
name | [ | The name. |
format | [ | The format. |
validLevels | LoggingLevels | The valid levels. |
return | System |