Synopsis
void tnt_log (TntLogSubsystem subsys,
TntLogLevel level,
TntLogMood mood,
TntLogFlags flags,
const gchar *format,
...);
void tnt_log_v (TntLogSubsystem subsys,
TntLogLevel level,
TntLogMood mood,
TntLogFlags flags,
const gchar *format,
va_list args);
void tnt_log_add_recipient (TntLogLevel min_level,
TntLogFlags mask,
TntLogFunc *func,
gpointer data);
Details
tnt_log ()
void tnt_log (TntLogSubsystem subsys,
TntLogLevel level,
TntLogMood mood,
TntLogFlags flags,
const gchar *format,
...);
subsys : |
|
level : |
|
mood : |
|
flags : |
|
format : |
|
... : |
|
tnt_log_v ()
void tnt_log_v (TntLogSubsystem subsys,
TntLogLevel level,
TntLogMood mood,
TntLogFlags flags,
const gchar *format,
va_list args);
subsys : |
|
level : |
|
mood : |
|
flags : |
|
format : |
|
args : |
|
tnt_log_add_recipient ()
void tnt_log_add_recipient (TntLogLevel min_level,
TntLogFlags mask,
TntLogFunc *func,
gpointer data);
min_level : |
|
mask : |
|
func : |
|
data : |
|