|
My Project 3.7.9
C++ Distributed Hash Table
|
Public Member Functions | |
| Logger (LogMethod &&l, std::string tag="") | |
| Logger (const Logger &parent, std::string tag) | |
| std::shared_ptr< Logger > | createChild (std::string tag) |
| void | setFilter (std::string_view filter) |
| void | setFilter (const InfoHash &f) |
| void | log0 (source_loc loc, LogLevel level, fmt::string_view format, fmt::printf_args args) const |
| template<typename... Args> | |
| void | debug (LogFormat< type_identity_t< Args >... > format, Args &&... args) const |
| template<typename... Args> | |
| void | warn (LogFormat< type_identity_t< Args >... > format, Args &&... args) const |
| template<typename... Args> | |
| void | error (LogFormat< type_identity_t< Args >... > format, Args &&... args) const |
| template<typename... T> | |
| void | d (LogFormat< type_identity_t< T >... > format, T &&... args) const |
| template<typename... T> | |
| void | w (LogFormat< type_identity_t< T >... > format, T &&... args) const |
| template<typename... T> | |
| void | e (LogFormat< type_identity_t< T >... > format, T &&... args) const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |