glued.application.logging

Undocumented in source.

Members

Aliases

Callable
alias Callable(T) = void delegate(T)
Undocumented in source.
PathExtractor
alias PathExtractor = string delegate(LogEvent)
Undocumented in source.
Predicate
alias Predicate(T) = bool delegate(T)
Undocumented in source.

Classes

FilteringSink
class FilteringSink
Undocumented in source.

Enums

ActionTaken
enum ActionTaken
Undocumented in source.

Functions

event
auto event(string loggerModule, string eventModule, Level lvl)
Undocumented in source. Be warned that the author may not have intended to support it.
levelConfig
Predicate!LogEvent levelConfig(PathTreeView!Level config, PathExtractor extractor, Level defaultLevel)
Undocumented in source. Be warned that the author may not have intended to support it.
whenFilteredWithPredicate
ActionTaken whenFilteredWithPredicate(Predicate!LogEvent pred, LogEvent e)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ModuleExtractors
struct ModuleExtractors
Undocumented in source.

Meta