LoggerEventArgs Constructor

Initializes a new instance of the EventArgs class.

Definition

Namespace: Logging.Helper
Assembly: Logging.Helper (in Logging.Helper.dll) Version: 2.0.6
C#
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.

See Also