Maria GDK 5.0.0.881
Documentation of native code in develop branch
Loading...
Searching...
No Matches
STK::ManagedLogger Class Reference
Inheritance diagram for STK::ManagedLogger:
STK::ILogger

Public Member Functions

 ManagedLogger (int log_level, ManagedLogCall log_func)
 
int getLogLevel () const
 
void logPuts (int level, const std::string &module, const char *str)
 
virtual int getLogLevel () const =0
 
virtual void logPuts (int level, const std::string &module, const char *str)=0
 

Protected Attributes

int log_level = 0
 
ManagedLogCall log_func = nullptr
 

Member Function Documentation

◆ getLogLevel()

int ManagedLogger::getLogLevel ( ) const
virtual

Implements STK::ILogger.

◆ logPuts()

void ManagedLogger::logPuts ( int  level,
const std::string &  module,
const char *  str 
)
virtual

Implements STK::ILogger.


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