log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
ILog.Info Method (Object, Exception)
Logs a message object with the INFO
level including the stack trace of the Exception passed as a parameter.
[Visual Basic]
Sub Info( _
ByVal
message As
Object, _
ByVal
exception As
Exception _
)
Parameters
-
message
- The message object to log.
-
exception
- The exception to log, including its stack trace.
Remarks
See the Info form for more detailed information.
See Also
ILog Interface | log4net Namespace | ILog.Info Overload List | Info | IsInfoEnabled