summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-06 21:58:18 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-06 21:58:18 +0100
commit1665ce52862e8252ee47b05ceead571f390962b4 (patch)
tree54e5c1dbde8efdba0a1e15d940da6b33ce9573ad /include
parent21bc6e35692b1ccd227c120273623c602c40ba4b (diff)
downloadwolfbones-1665ce52862e8252ee47b05ceead571f390962b4.tar.gz
wolfbones-1665ce52862e8252ee47b05ceead571f390962b4.tar.bz2
added the log parameter to the event log, trying to make categories work
Diffstat (limited to 'include')
-rw-r--r--include/wolf/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wolf/log.h b/include/wolf/log.h
index 1a81083..18b0a08 100644
--- a/include/wolf/log.h
+++ b/include/wolf/log.h
@@ -203,12 +203,14 @@ void wolf_log_openlogtosyslog( const char *ident,
* Open a channel to the Windows event logger.
*
* @param server name of the server to log to, NULL if local computer
+ * @param log name of the log, usually this should be 'Application'
* @param source name of the event log source
* @param level one out of wolf_log_level_t, the minimal level which
* should be logged into the event log
*
*/
void wolf_log_openlogtoeventlog( const char *server,
+ const char *log,
const char *source,
wolf_log_level_t level );
#endif /* defined HAVE_EVENTLOG */