C# 클래스 NDomain.Logging.NullLoggerFactory

ILoggerFactory implementation to be used when no logging is intended. Besides unit tests, this should never be used.
상속: ILoggerFactory
파일 보기 프로젝트 열기: mfelicio/NDomain

공개 프로퍼티들

프로퍼티 타입 설명
Instance ILoggerFactory

공개 메소드들

메소드 설명
GetLogger ( Type type ) : ILogger
GetLogger ( string name ) : ILogger

비공개 메소드들

메소드 설명
NullLoggerFactory ( ) : System

메소드 상세

GetLogger() 공개 메소드

public GetLogger ( Type type ) : ILogger
type System.Type
리턴 ILogger

GetLogger() 공개 메소드

public GetLogger ( string name ) : ILogger
name string
리턴 ILogger

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

Singleton instance for the NullLoggerFactory
public static ILoggerFactory Instance
리턴 ILoggerFactory