C# Класс Skytap.Utilities.LoggerFactory

Factory class used to create specific types of loggers.
Показать файл Открыть проект

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

Метод Описание
GetLogger ( ) : Logger

Returns a logger instance based on the type of logger that the factory was instructed to create.

Reset ( ) : void

Resets the logger and creates a new one on next request.

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

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

Returns a logger instance based on the type of logger that the factory was instructed to create.
public static GetLogger ( ) : Logger
Результат Logger

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

Resets the logger and creates a new one on next request.
public static Reset ( ) : void
Результат void