LogWriterLog(LogLevel, Exception, String) Method
Formats and writes a log message at the specified log level.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
public void Log(
LogLevel logLevel,
Exception exception,
string source
)
Public Sub Log (
logLevel As LogLevel,
exception As Exception,
source As String
)
public:
virtual void Log(
LogLevel logLevel,
Exception^ exception,
String^ source
) sealed
abstract Log :
logLevel : LogLevel *
exception : Exception *
source : string -> unit
override Log :
logLevel : LogLevel *
exception : Exception *
source : string -> unit
- logLevel LogLevel
- Log level to write log message into.
- exception Exception
- The exception to log.
- source String
- Application-specific source that raised the exception.
ILogWriterLog(LogLevel, Exception, String)