C# Class NDomain.NLog.LoggerFactory

ILoggerFactory based on NLog
Inheritance: ILoggerFactory
显示文件 Open project: mfelicio/NDomain

Public Methods

Method Description
GetLogger ( Type type ) : ILogger
GetLogger ( string name ) : ILogger

Method Details

GetLogger() public method

public GetLogger ( Type type ) : ILogger
type System.Type
return ILogger

GetLogger() public method

public GetLogger ( string name ) : ILogger
name string
return ILogger