ILog.Debug 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.10.0.1777 (2.10.0.1777)
Syntaxvoid Debug(
Object message,
Exception exception
)
Sub Debug (
message As Object,
exception As Exception
)
Parameters
- message
- Type: System.Object
The message object to log. - exception
- Type: System.Exception
The exception to log, including its stack trace.
See Also