Guitarix
gx_logging.cpp File Reference
#include "gx_logging.h"
#include <iostream>
#include <iomanip>
Include dependency graph for gx_logging.cpp:

Go to the source code of this file.

Classes

class  GxLoggerGuard
 

Functions

void gx_print_logmsg (const char *func, const std::string &msg, GxLogger::MsgType msgtype)
 
void gx_print_warning (const char *func, const std::string &msg)
 
void gx_print_error (const char *func, const std::string &msg)
 
void gx_print_fatal (const char *func, const std::string &msg)
 
void gx_print_info (const char *func, const std::string &msg)
 

Function Documentation

◆ gx_print_error()

◆ gx_print_fatal()

void gx_print_fatal ( const char *  func,
const std::string &  msg 
)

◆ gx_print_info()

void gx_print_info ( const char *  func,
const std::string &  msg 
)

Definition at line 182 of file gx_logging.cpp.

◆ gx_print_logmsg()

void gx_print_logmsg ( const char *  func,
const std::string &  msg,
GxLogger::MsgType  msgtype 
)

Definition at line 155 of file gx_logging.cpp.

Referenced by gx_print_error(), gx_print_info(), and gx_print_warning().

◆ gx_print_warning()