Common Logging 2.0 API Reference

LogManager.GetLogger Method

Gets the logger by calling GetLogger on the currently configured Adapter using the specified name.

Overload List

Gets the logger by calling GetLogger on the currently configured Adapter using the specified name.

public static ILog GetLogger(string)

Gets the logger by calling GetLogger on the currently configured Adapter using the specified type.

public static ILog GetLogger(Type)

See Also

LogManager Class | Common.Logging Namespace