Common Logging 2.0 API Reference

AbstractLogger.Info Method

Log a message with the Info level using a callback to obtain the message

Overload List

Log a message with the Info level using a callback to obtain the message

public virtual void Info(Action<FormatMessageHandler>)

Log a message with the Info level using a callback to obtain the message

public virtual void Info(Action<FormatMessageHandler>,Exception)

Log a message with the Info level using a callback to obtain the message

public virtual void Info(IFormatProvider,Action<FormatMessageHandler>)

Log a message with the Info level using a callback to obtain the message

public virtual void Info(IFormatProvider,Action<FormatMessageHandler>,Exception)

Log a message object with the Info level.

public virtual void Info(object)

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

public virtual void Info(object,Exception)

See Also

AbstractLogger Class | Common.Logging.Factory Namespace