Glib::Log - A flexible logging mechanism


NAME

Glib::Log - A flexible logging mechanism


METHODS

scalar = Glib::Log->set_always_fatal ($fatal_mask)

Glib->critical ($domain, $message)

Glib->error ($domain, $message)

scalar = Glib::Log->set_fatal_mask ($log_domain, $fatal_mask)

integer = Glib::Log->set_handler ($log_domain, $log_levels, $log_func, $user_data=undef)

Glib->log ($log_domain, $log_level, $message)

Glib->message ($domain, $message)

Glib::Log->remove_handler ($log_domain, $handler_id)

Glib->warning ($domain, $message)


ENUMS AND FLAGS

flags Glib::LogLevelFlags


SEE ALSO

the Glib manpage


COPYRIGHT

Copyright (C) 2003-2007 by the gtk2-perl team.

This software is licensed under the LGPL. See the Glib manpage for a full notice.

 Glib::Log - A flexible logging mechanism