# File lib/glib2.rb, line 171 def critical(str) log(DOMAIN, LEVEL_CRITICAL, caller(1)[0] << ": " << str) end
# File lib/glib2.rb, line 165 def error(str) log(DOMAIN, LEVEL_ERROR, caller(1)[0] << ": " << str) end
# File lib/glib2.rb, line 168 def message(str) log(DOMAIN, LEVEL_MESSAGE, caller(1)[0] << ": " << str) end
Generated with the Darkfish Rdoc Generator 2.