silc_log_get_file
SYNOPSIS
char *silc_log_get_file(SilcLogType type);
DESCRIPTION
Returns the current logging file for the channel `type'. If there has been an error during the opening of this channel, NULL is returned, even if the file has been previously set with silc_log_set_file().
The returned pointer points to internally allocated storage and must not be freed, modified or stored.