iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

ILog.Debug Method (Object, Exception)

Log a message object with the Debug level including the stack trace of the Exception passed as a parameter.

[Visual Basic]
Sub Debug( _
   ByVal Object As Object, _
   ByVal Exception As Exception _
)
[C#]
void Debug(
   Object message,
   Exception exception
);

Parameters

message
The message object to log.
exception
The exception to log, including its stack trace.

See Also

ILog Interface | IBatisNet.Common.Logging Namespace | ILog.Debug Overload List