LogWriterLogDebug(Exception, String) Method

Formats and writes a debug log message.

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
public void LogDebug(
	Exception exception,
	string source
)

Parameters

exception  Exception
The exception to log.
source  String
Application-specific source that raised the exception.

Implements

ILogWriterLogDebug(Exception, String)

See Also