lsst.log  13.0-2-g15de9a1+4
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | List of all members
lsst::log::LogContext Class Reference

This class handles the default logger name of a logging context. More...

#include <Log.h>

Public Member Functions

 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 ()
 

Detailed Description

This class handles the default logger name of a logging context.

Definition at line 809 of file Log.h.

Constructor & Destructor Documentation

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
nameString to push onto logging context.

Definition at line 817 of file Log.h.

lsst::log::LogContext::~LogContext ( )
inline

Definition at line 820 of file Log.h.


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