C# Class DotNetWorkQueue.Logging.LogFactory

Creates new instances of ILog
Inheritance: ILogFactory
Exibir arquivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
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.

Method Details

Create() public method

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

Create() public method

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

LogFactory() public method

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