Method | Description | |
---|---|---|
Add ( IEnumerable |
Adds the specified logs to storage in batches.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Flush ( |
Force a flush of this logger.
|
Method | Description | |
---|---|---|
LoggerBase ( [ name, bool allowMultiple = true, LoggingLevels validLevels = LoggingLevels.All ) : System |
Initializes a new instance of the LoggerBase class.
|
public abstract Add ( IEnumerable |
||
logs | IEnumerable |
The logs to add to storage. |
token | The token. | |
return | Task |
public Flush ( |
||
token | The token. | |
return | Task |
protected LoggerBase ( [ name, bool allowMultiple = true, LoggingLevels validLevels = LoggingLevels.All ) : System | ||
name | [ | The name. |
allowMultiple | bool | if set to |
validLevels | LoggingLevels | The valid levels. |
return | System |