ILogWriterLogTrace(Exception, String) Method

Formats and writes a trace log message.

Definition

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

Parameters

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

See Also