Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
MLSing Class Reference

Public Member Functions

void init (JMessageLoggerThreadSafe const &second)
 
JMessageLoggerThreadSafelogger ()
 

Static Public Member Functions

static MLSingget ()
 

Private Member Functions

 MLSing ()
 

Private Attributes

JMessageLoggerThreadSafe m_mlts
 

Detailed Description

Definition at line 13 of file jlog.cc.

Constructor & Destructor Documentation

◆ MLSing()

MLSing::MLSing ( )
inlineprivate

Definition at line 15 of file jlog.cc.

15{}

Member Function Documentation

◆ get()

static MLSing & MLSing::get ( )
inlinestatic

Definition at line 20 of file jlog.cc.

21 {
22 static MLSing sing;
23
24 return sing;
25 }
Definition jlog.cc:14

◆ init()

void MLSing::init ( JMessageLoggerThreadSafe const & second)
inline

Definition at line 27 of file jlog.cc.

28 {
29 m_mlts = second;
30 }
JMessageLoggerThreadSafe m_mlts
Definition jlog.cc:16

◆ logger()

JMessageLoggerThreadSafe & MLSing::logger ( )
inline

Definition at line 32 of file jlog.cc.

33 {
34 return m_mlts;
35 }

Member Data Documentation

◆ m_mlts

JMessageLoggerThreadSafe MLSing::m_mlts
private

Definition at line 16 of file jlog.cc.


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