ILogWarn Method (Object, Exception)
|
Log a message object with the Warn level
including the stack trace of the System.Exception passed as a
parameter.
Namespace: AGI.Parallel.Infrastructure.Logging
Assembly: AGI.Parallel.Infrastructure (in
AGI.Parallel.Infrastructure.dll) Version: 1.3.0.366 (1.3.0.366)
Syntax
void Warn(
Object message,
Exception exception
)
Sub Warn (
message As Object,
exception As Exception
)
Parameters
- message
- Type: SystemObject
The message object to log.
- exception
- Type: SystemException
The exception to log, including its stack trace.
See Also