C# Class TryLog4net.AppLogManager

Show file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
AppLogManager ( string fullConfigFilePath, Assembly assembly ) : log4net
GetLogger ( Type type ) : ILog
GetLogger ( ) : ILog

Private Methods

Method Description
AppLogManager ( ) : log4net

Method Details

AppLogManager() public method

public AppLogManager ( string fullConfigFilePath, Assembly assembly ) : log4net
fullConfigFilePath string
assembly Assembly
return log4net

GetLogger() public method

public GetLogger ( Type type ) : ILog
type Type
return ILog

GetLogger() public static method

public static GetLogger ( ) : ILog
return ILog