Logs a message object with the INFO level including
the stack trace of the Exception passed
as a parameter.
Namespace: log4netAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- message
- Type: System Object
The message object to log.
- exception
- Type: System Exception
The exception to log, including its stack trace.
Remarks
See the [M:Info(object)] form for more detailed information.
See Also
[M:Info(object)]