nixd
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lspserver::LoggingSession Class Reference

Only one LoggingSession can be active at a time. More...

#include <Logger.h>

Public Member Functions

 LoggingSession (Logger &Instance)
 
 ~LoggingSession ()
 
 LoggingSession (LoggingSession &&)=delete
 
LoggingSessionoperator= (LoggingSession &&)=delete
 
 LoggingSession (LoggingSession const &)=delete
 
LoggingSessionoperator= (LoggingSession const &)=delete
 

Detailed Description

Only one LoggingSession can be active at a time.

Definition at line 91 of file Logger.h.

Constructor & Destructor Documentation

◆ LoggingSession() [1/3]

lspserver::LoggingSession::LoggingSession ( Logger & Instance)

Definition at line 30 of file Logger.cpp.

References lspserver::fromJSON().

◆ ~LoggingSession()

lspserver::LoggingSession::~LoggingSession ( )

Definition at line 35 of file Logger.cpp.

References lspserver::fromJSON().

◆ LoggingSession() [2/3]

lspserver::LoggingSession::LoggingSession ( LoggingSession && )
delete

◆ LoggingSession() [3/3]

lspserver::LoggingSession::LoggingSession ( LoggingSession const & )
delete

Member Function Documentation

◆ operator=() [1/2]

LoggingSession & lspserver::LoggingSession::operator= ( LoggingSession && )
delete

◆ operator=() [2/2]

LoggingSession & lspserver::LoggingSession::operator= ( LoggingSession const & )
delete

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