Logs a message object with the INFO level.
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- message
- Type: SystemObject
The message object to log. - exception
- Type: SystemException
The exception to log, including its stack trace.
Implements
ILogInfo(Object, Exception)Remarks
Logs a message object with the INFO level including the stack trace of the Exceptionexception passed as a parameter.
See the [M:Info(object)] form for more detailed information.
See Also
Reference
[M:Info(object)]