This class handles the default logger name of a logging context.
More...
#include <Log.h>
|
| LogContext (std::string const &name) |
| Create a logging context associated with a default logger name constructed by pushing name onto the pre-existing hierarchical default logger name. More...
|
|
| ~LogContext () |
|
This class handles the default logger name of a logging context.
Definition at line 809 of file Log.h.
lsst::log::LogContext::LogContext |
( |
std::string const & |
name | ) |
|
|
inlineexplicit |
Create a logging context associated with a default logger name constructed by pushing name
onto the pre-existing hierarchical default logger name.
See comment to LOG_PUSHCTX
about allowed names.
- Parameters
-
name | String to push onto logging context. |
Definition at line 817 of file Log.h.
lsst::log::LogContext::~LogContext |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: