Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ILog.Info�Method

Log a message object with the Info level.

Overload List

Logs a message object with the Info level.

void�Info(object);

Logs a message object with the INFO level including the stack trace of the Exception passed as a parameter.

void�Info(object,Exception);

See Also

ILog Interface | log4net Namespace | Info | IsInfoEnabled