LogWriterLog(LogLevel, Exception, String) Method

Formats and writes a log message at the specified log level.

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
C#
public void Log(
	LogLevel logLevel,
	Exception exception,
	string source
)

Parameters

logLevel  LogLevel
Log level to write log message into.
exception  Exception
The exception to log.
source  String
Application-specific source that raised the exception.

Implements

ILogWriterLog(LogLevel, Exception, String)

See Also