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