nixd
|
Only one LoggingSession can be active at a time. More...
#include <Logger.h>
Public Member Functions | |
LoggingSession (Logger &Instance) | |
~LoggingSession () | |
LoggingSession (LoggingSession &&)=delete | |
LoggingSession & | operator= (LoggingSession &&)=delete |
LoggingSession (LoggingSession const &)=delete | |
LoggingSession & | operator= (LoggingSession const &)=delete |
Only one LoggingSession can be active at a time.
lspserver::LoggingSession::LoggingSession | ( | Logger & | Instance | ) |
Definition at line 30 of file Logger.cpp.
lspserver::LoggingSession::~LoggingSession | ( | ) |
Definition at line 35 of file Logger.cpp.
|
delete |
|
delete |
|
delete |
|
delete |