![]() |
smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
|
Public Member Functions | |
| auto | level () const -> LogLevel |
| void | level (LogLevel level) |
| auto | check (LogLevel msgLevel) -> bool |
| auto | out () -> std::ostream & |
| void | out (std::ostream *out) |
Private Attributes | |
| LogLevel | level_ {LogLevel::None} |
| std::ostream * | out_ |
Definition at line 14 of file LoggingPrivate.hpp.
|
inline |
Definition at line 21 of file LoggingPrivate.hpp.
|
inline |
Definition at line 27 of file LoggingPrivate.hpp.
|
inline |
Definition at line 23 of file LoggingPrivate.hpp.
|
inline |
Definition at line 25 of file LoggingPrivate.hpp.
|
inline |
Definition at line 29 of file LoggingPrivate.hpp.
|
inline |
Definition at line 31 of file LoggingPrivate.hpp.
|
private |
Definition at line 17 of file LoggingPrivate.hpp.
|
private |
Definition at line 18 of file LoggingPrivate.hpp.