LogWriterLogTrace(Exception, String) Method
Formats and writes a trace log message.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 2.0.0.0 (2.0.0.0)
public void LogTrace(
Exception exception,
string source
)
Public Sub LogTrace (
exception As Exception,
source As String
)
public:
virtual void LogTrace(
Exception^ exception,
String^ source
) sealed
abstract LogTrace :
exception : Exception *
source : string -> unit
override LogTrace :
exception : Exception *
source : string -> unit
- exception Exception
- The exception to log.
- source String
- Application-specific source that raised the exception.
ILogWriterLogTrace(Exception, String)