Internal class that holds data stored per Logger.
Definition at line 69 of file domain.inl.
Public Field Index: | |
int | LogCallsPerDomain =0 |
the number of log calls on this domain for this logger. | |
detail::Logger * | Logger |
The logger. | |
Verbosity | LoggerVerbosity = Verbosity::Off |
The verbosity of the Logger for this domain. | |
config::Priority | Priority = config::Priority::NONE |
The priority value that was used to set the verbosity. | |
Public Method Index: | |
LoggerData (detail::Logger *logger) | |
int LogCallsPerDomain =0 |
the number of log calls on this domain for this logger.
Definition at line 81 of file domain.inl.
The logger.
Definition at line 72 of file domain.inl.
Verbosity LoggerVerbosity = Verbosity::Off |
The verbosity of the Logger for this domain.
Definition at line 75 of file domain.inl.
config::Priority Priority = config::Priority::NONE |
The priority value that was used to set the verbosity.
Definition at line 78 of file domain.inl.
|
inline |