preCICE v3.1.2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
precice::logging::Logger::LoggerImpl Class Reference
Inheritance diagram for precice::logging::Logger::LoggerImpl:
[legend]
Collaboration diagram for precice::logging::Logger::LoggerImpl:
[legend]

Public Member Functions

 LoggerImpl (std::string_view module)
 Registers attributes that don't depend on the LogLocation.
 

Detailed Description

The implementation of logging::Logger

Note
The point of using a pimpl for the logger is to remove boost::log from logger.hpp

Definition at line 101 of file Logger.cpp.

Constructor & Destructor Documentation

◆ LoggerImpl()

precice::logging::Logger::LoggerImpl::LoggerImpl ( std::string_view module)
explicit

Registers attributes that don't depend on the LogLocation.

Creates a Boost logger for the said module.

Parameters
[in]modulethe name of the module.

Definition at line 110 of file Logger.cpp.

Here is the call graph for this function:

The documentation for this class was generated from the following file: