log4net SDK Reference

LogManager.Exists Method

Returns the named logger if it exists.

Overload List

Returns the named logger if it exists.

public static ILog Exists(Assembly,string);

Returns the named logger if it exists.

public static ILog Exists(string);

Returns the named logger if it exists.

public static ILog Exists(string,string);

See Also

LogManager Class | log4net Namespace