An NDoc Documented Class Library

Logger.Info Method

Log an info level message

Overload List

Log an info level message

public virtual void Info(string);

Log an info level message

public virtual void Info(string,Exception);

Log an info level message

public virtual void Info(string,params object[]);

See Also

Logger Class | EnterpriseDT.Util.Debug Namespace