Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Functions | |
void | alog_open (char *fname, int use_localtime, int use_markers) |
void | alog_close (void) |
void | alog_reopen (void) |
void | alog_use_localtime (void) |
void | alog_use_gmtime (void) |
void | alog (const char *fmt,...) PRINTFLIKE(1 |
void alog | ( | const char * | fmt, |
... | |||
) |
void alog_close | ( | void | ) |
Definition at line 111 of file accesslog.c.
References alog(), file, gwlist_consume(), gwlist_destroy(), gwlist_lock(), gwlist_unlock(), markers, and writers.
Referenced by alog_open(), and main().
void alog_open | ( | char * | fname, |
int | use_localtime, | ||
int | use_markers | ||
) |
Definition at line 129 of file accesslog.c.
References alog(), alog_close(), error(), file, filename, gwlist_create, info(), markers, use_localtime, warning(), and writers.
Referenced by init_bearerbox(), init_smsbox(), and init_wapbox().
void alog_reopen | ( | void | ) |
Definition at line 85 of file accesslog.c.
References alog(), error(), file, filename, gwlist_consume(), gwlist_lock(), gwlist_unlock(), markers, and writers.
Referenced by main(), and signal_handler().
void alog_use_gmtime | ( | void | ) |
Definition at line 167 of file accesslog.c.
References use_localtime.
void alog_use_localtime | ( | void | ) |
Definition at line 161 of file accesslog.c.
References use_localtime.