Next: Glib::MainLoop | Previous: Glib::KeyFile | [Gtk2-Perl - Table of Contents] | [Gtk2-Perl - Index] |
Glib::Log - A flexible logging mechanism
$log_domain (string or undef) name of the domain to handle with this callback.
$log_levels (Glib::LogLevelFlags) log levels to handle with this callback
$log_func (subroutine) handler function
$user_data (scalar)
'recursion' / 'G_LOG_FLAG_RECURSION'
'fatal' / 'G_LOG_FLAG_FATAL'
'error' / 'G_LOG_LEVEL_ERROR'
'critical' / 'G_LOG_LEVEL_CRITICAL'
'warning' / 'G_LOG_LEVEL_WARNING'
'message' / 'G_LOG_LEVEL_MESSAGE'
'info' / 'G_LOG_LEVEL_INFO'
'debug' / 'G_LOG_LEVEL_DEBUG'
'fatal-mask' / 'G_LOG_FATAL_MASK'
Copyright (C) 2003-2009 by the gtk2-perl team.
This software is licensed under the LGPL. See Glib for a full notice.