ILogWriterLogWarning(Exception, String) Method
Formats and writes a warning log message.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
void LogWarning(
Exception exception,
string source
)
Sub LogWarning (
exception As Exception,
source As String
)
void LogWarning(
Exception^ exception,
String^ source
)
Parameters
- exception Exception
- The exception to log.
- source String
- Application-specific source that raised the exception.