Get or create a logger.
Retrieves or creates a named logger.
public static ILog GetLogger(Assembly,string);
Shorthand for GetLogger.
public static ILog GetLogger(Assembly,Type);
Retrieves or creates a named logger.
public static ILog GetLogger(string);
Retrieves or creates a named logger.
public static ILog GetLogger(string,string);
Shorthand for GetLogger.
public static ILog GetLogger(string,Type);
Shorthand for GetLogger.
public static ILog GetLogger(Type);
LogManager Class | log4net Namespace