Function
Grllog
since: 0.1.7
Declaration [src]
void
grl_log (
GrlLogDomain* domain,
GrlLogLevel level,
const gchar* strloc,
const gchar* format,
...
)
Description [src]
Send a log message.
Available since: 0.1.7
This function is not directly available to language bindings.
Parameters
domain
-
Type:
GrlLogDomain
A domain.
The data is owned by the caller of the function. level
-
Type:
GrlLogLevel
Log level.
strloc
-
Type:
const gchar*
String, usually line of code where function is invoked.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. format
-
Type:
const gchar*
Log message.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. ...
-
Type:
Parameters to insert in the log message.