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