#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 & |
|
|
) |
| |
Definition at line 165 of file gx_logging.cpp.
Referenced by AvahiService::AvahiService(), gx_engine::LadspaDsp::create(), gx_engine::ParameterGroups::dump(), gx_system::IRFileListing::IRFileListing(), Liveplay::Liveplay(), lock_rt_memory(), gx_engine::PitchTracker::PitchTracker(), gx_engine::read_audio(), AvahiService::register_service(), set_memory_allocation(), ladspa::PluginDesc::set_state(), gx_engine::GxConvolverBase::start(), unlock_rt_memory(), and gx_engine::ProcessingChainBase::wait_rt_finished().
◆ 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 |