|
preCICE v3.3.0
|
A feature that adds LogLocation info to log attributes. More...
Public Types | |
| using | char_type = typename BaseT::char_type |
| using | threading_model = typename BaseT::threading_model |
| using | open_record_lock |
Protected Member Functions | |
| template<typename ArgsT> | |
| boost::log::record | open_record_unlocked (ArgsT const &args) |
| Adds log attributes to the current logger based on the LogLocation info. | |
A feature that adds LogLocation info to log attributes.
Definition at line 18 of file Logger.cpp.
| using precice::logging::precice_feature< BaseT >::char_type = typename BaseT::char_type |
Definition at line 20 of file Logger.cpp.
| using precice::logging::precice_feature< BaseT >::open_record_lock |
Definition at line 23 of file Logger.cpp.
| using precice::logging::precice_feature< BaseT >::threading_model = typename BaseT::threading_model |
Definition at line 21 of file Logger.cpp.
|
protected |
Adds log attributes to the current logger based on the LogLocation info.
Definition at line 45 of file Logger.cpp.