C# Class NDomain.Logging.TraceLoggerFactory

ILoggerFactory implementation that returns ILogger implementations that use the Trace.
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