C# 클래스 DotNetWorkQueue.Logging.LogFactory

Creates new instances of ILog
상속: ILogFactory
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
Create ( ) : ILog

Creates a new instance of ILog

The queue name will be used for the name of the logger

Create ( string name ) : ILog

Creates a new instance of ILog

LogFactory ( IConnectionInformation connectionInformation ) : DotNetWorkQueue.Validation

Initializes a new instance of the LogFactory class.

메소드 상세

Create() 공개 메소드

Creates a new instance of ILog
The queue name will be used for the name of the logger
public Create ( ) : ILog
리턴 ILog

Create() 공개 메소드

Creates a new instance of ILog
public Create ( string name ) : ILog
name string The name.
리턴 ILog

LogFactory() 공개 메소드

Initializes a new instance of the LogFactory class.
public LogFactory ( IConnectionInformation connectionInformation ) : DotNetWorkQueue.Validation
connectionInformation IConnectionInformation The connection information.
리턴 DotNetWorkQueue.Validation