Retrieves or creates a named logger.
Retrieves or creates a named logger.
public static ILogger GetLogger(Assembly,string);
Shorthand for GetLogger.
public static ILogger GetLogger(Assembly,Type);
Retrieves or creates a named logger.
public static ILogger GetLogger(string,string);
Shorthand for GetLogger.
public static ILogger GetLogger(string,Type);
LoggerManager Class | log4net.Core Namespace