#include <glib/gi18n.h>
#include <glibmm/dispatcher.h>
#include <boost/thread/mutex.hpp>
#include <boost/format.hpp>
Go to the source code of this file.
|
void | gx_print_logmsg (const char *, const std::string &, GxLogger::MsgType) |
|
void | gx_print_warning (const char *, const std::string &) |
|
void | gx_print_warning (const char *fnc, const boost::basic_format< char > &msg) |
|
void | gx_print_error (const char *, const std::string &) |
|
void | gx_print_error (const char *fnc, const boost::basic_format< char > &msg) |
|
void | gx_print_fatal (const char *, const std::string &) |
|
void | gx_print_fatal (const char *fnc, const boost::basic_format< char > &msg) |
|
void | gx_print_info (const char *, const std::string &) |
|
void | gx_print_info (const char *fnc, const boost::basic_format< char > &msg) |
|
◆ SRC_HEADERS_GX_LOGGING_H_
#define SRC_HEADERS_GX_LOGGING_H_ |
◆ gx_print_error() [1/2]
void gx_print_error |
( |
const char * |
, |
|
|
const std::string & |
|
|
) |
| |
◆ gx_print_error() [2/2]
void gx_print_error |
( |
const char * |
fnc, |
|
|
const boost::basic_format< char > & |
msg |
|
) |
| |
|
inline |
◆ gx_print_fatal() [1/2]
void gx_print_fatal |
( |
const char * |
, |
|
|
const std::string & |
|
|
) |
| |
◆ gx_print_fatal() [2/2]
void gx_print_fatal |
( |
const char * |
fnc, |
|
|
const boost::basic_format< char > & |
msg |
|
) |
| |
|
inline |
◆ gx_print_info() [1/2]
void gx_print_info |
( |
const char * |
, |
|
|
const std::string & |
|
|
) |
| |
◆ gx_print_info() [2/2]
void gx_print_info |
( |
const char * |
fnc, |
|
|
const boost::basic_format< char > & |
msg |
|
) |
| |
|
inline |
◆ gx_print_logmsg()
◆ gx_print_warning() [1/2]
void gx_print_warning |
( |
const char * |
, |
|
|
const std::string & |
|
|
) |
| |
◆ gx_print_warning() [2/2]
void gx_print_warning |
( |
const char * |
fnc, |
|
|
const boost::basic_format< char > & |
msg |
|
) |
| |
|
inline |