C# Класс DotNetWorkQueue.Logging.LogFactory

Creates new instances of ILog
Наследование: ILogFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
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