[]
Adds entry to LogEntryList
public LogEntry Add(LogEntrySeverity severity, Exception ex, string message)
Type | Name | Description |
---|---|---|
LogEntrySeverity | severity | The severity of the log entry. |
Exception | ex | The exception that was thrown. |
string | message | The log message. |
Type | Description |
---|---|
LogEntry | The LogEntry object was added to list. |
Adds LogEntry element to list.
public LogEntry Add(string message)
Type | Name | Description |
---|---|---|
string | message | The log message. |
Type | Description |
---|---|
LogEntry |