<PackageReference Include="Castle.Core" Version="4.0.0-alpha001" />

AbstractExtendedLoggerFactory

protected static FileInfo GetConfigFile(string fileName)

Gets the configuration file.

public virtual IExtendedLogger Create(Type type)

Creates a new extended logger, getting the logger name from the specified type.

public abstract IExtendedLogger Create(string name)

Creates a new extended logger.

public virtual IExtendedLogger Create(Type type, LoggerLevel level)

Creates a new extended logger, getting the logger name from the specified type.

public abstract IExtendedLogger Create(string name, LoggerLevel level)

Creates a new extended logger.