dango.system.logging.core

Модуль содержит функции для работы с логами в приложении

Members

Functions

configureLogging
void configureLogging(shared(DependencyContainer) container, Properties config, void delegate(shared(Logger)) nothrow dg)

Инициализация логирования приложения

configureLogging
void configureLogging(shared(DependencyContainer) container, Properties config, void function(shared(Logger)) nothrow dg)

Инициализация логирования приложения

Interfaces

LoggerFactory
interface LoggerFactory

Интерфейс фабрики для создания объекта логгера

Meta

Authors

Maksim Galanin

License

Subject to the terms of the BSD license, as written in the included LICENSE.txt file.