C# Class DotNetWorkQueue.Logging.LogFactory

Creates new instances of ILog
Inheritance: ILogFactory
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode 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 méthode

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

Create() public méthode

Creates a new instance of ILog
public Create ( string name ) : ILog
name string The name.
Résultat ILog

LogFactory() public méthode

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