Guitarix
|
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) |
void gx_print_error | ( | const char * | func, |
const std::string & | msg | ||
) |
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().
void gx_print_fatal | ( | const char * | func, |
const std::string & | msg | ||
) |
Definition at line 176 of file gx_logging.cpp.
Referenced by AvahiBrowser::AvahiBrowser(), gx_gui::GxBuilder::create_from_file(), gx_gui::GxBuilder::create_from_string(), gx_gui::load_toplevel(), and gx_jack::PortConnRing::~PortConnRing().
void gx_print_info | ( | const char * | func, |
const std::string & | msg | ||
) |
Definition at line 182 of file gx_logging.cpp.
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().
void gx_print_warning | ( | const char * | func, |
const std::string & | msg | ||
) |
Definition at line 160 of file gx_logging.cpp.
Referenced by gx_engine::GxConvolverBase::adjust_values(), ladspa::ChangeableValues::ChangeableValues(), gx_gui::GxBuilder::fixup_controlparameters(), gx_engine::Parameter::get_typename(), gx_gui::gx_message_popup(), ladspa::PortDesc::PortDesc(), gx_engine::read_audio(), gx_jack::GxJack::read_connections(), gx_preset::PresetIO::read_online(), and gx_engine::ProcessingChainBase::wait_rt_finished().