MultiLoggerEntry

This Element is stored inside the MultiLogger and associates a Logger to a string.

struct MultiLoggerEntry {
string name;
Logger logger;
}

Meta

Suggestion Box / Bug Report