ILogDebug Method (Object, Exception) |
Log a message object with the Debug 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: 2.9.0.1601 (2.9.0.1601)
Syntax void Debug(
Object message,
Exception exception
)
Sub Debug (
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