category to log
level of the message is in
the file that emitted the message, usually the __FILE__ identifier
the function that emitted the message
the line from that the message was emitted, usually __LINE__
the object this message relates to, or %NULL if none
a printf style format string
optional arguments for the format
Logs the given message using the currently registered debugging handlers.