LoggerEventArgs Constructor
Initializes a new instance of the EventArgs class.
Namespace: Logging.HelperAssembly: Logging.Helper (in Logging.Helper.dll) Version: 2.0.6
public LoggerEventArgs(
string message,
LogSeverity severity = LogSeverity.Information
)
Parameters
- message String
- Message to log.
- severity LogSeverity (Optional)
- Event severity, if not provided the severity will be set as Information.