Property | Type | Description |
---|
Method | Description | |
---|---|---|
Add ( IEnumerable |
Adds the specified logs to storage in batches.
|
|
EventLogger ( [ name, [ eventLog = "Application", LoggingLevels validLevels = LoggingLevels.AtLeastInformation, [ format = null, [ machineName = "." ) : System |
Initializes a new instance of the EventLogger class.
|
public Add ( IEnumerable |
||
logs | IEnumerable |
The logs to add to storage. |
token | The token. | |
return | Task |
public EventLogger ( [ name, [ eventLog = "Application", LoggingLevels validLevels = LoggingLevels.AtLeastInformation, [ format = null, [ machineName = "." ) : System | ||
name | [ | The name of the logger. |
eventLog | [ | |
validLevels | LoggingLevels | |
format | [ | The format. |
machineName | [ | Name of the machine. |
return | System |