C# Класс NServiceBus.AcceptanceTesting.ContextAppenderFactory

Наследование: ILoggerFactory
Показать файл Открыть проект

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

Метод Описание
GetLogger ( Type type ) : ILog
GetLogger ( string name ) : ILog
SetContext ( ScenarioContext newContext ) : void

Because ILoggerFactory interface methods are only used in a static context. This is the only way to set the currently executing context.

Описание методов

GetLogger() публичный Метод

public GetLogger ( Type type ) : ILog
type System.Type
Результат ILog

GetLogger() публичный Метод

public GetLogger ( string name ) : ILog
name string
Результат ILog

SetContext() публичный статический Метод

Because ILoggerFactory interface methods are only used in a static context. This is the only way to set the currently executing context.
public static SetContext ( ScenarioContext newContext ) : void
newContext ScenarioContext The new context to be set
Результат void