summaryrefslogtreecommitdiff
path: root/ace/Log_Msg_NT_Event_Log.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-12-02 00:44:49 +0000
committerSteve Huston <shuston@riverace.com>2001-12-02 00:44:49 +0000
commit219035b034cc031789529769deedf1c18dcfd042 (patch)
tree44e4d3305c697e92f8933bd708ce9a8f068fc550 /ace/Log_Msg_NT_Event_Log.h
parent3265837a8308d3915e410c8b73b14826951cd101 (diff)
downloadATCD-219035b034cc031789529769deedf1c18dcfd042.tar.gz
ChangeLogTag:Sat Dec 1 19:39:22 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Log_Msg_NT_Event_Log.h')
-rw-r--r--ace/Log_Msg_NT_Event_Log.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ace/Log_Msg_NT_Event_Log.h b/ace/Log_Msg_NT_Event_Log.h
index 75bbb4839d7..4e2b8cf6697 100644
--- a/ace/Log_Msg_NT_Event_Log.h
+++ b/ace/Log_Msg_NT_Event_Log.h
@@ -40,6 +40,13 @@ public:
virtual ~ACE_Log_Msg_NT_Event_Log (void);
/// Open a new event log.
+ /**
+ * Initialize the event logging facility.
+ * @param logger_key The name of the calling program. This name is
+ * used in the Source field of the event log. If
+ * it is 0 (no name), the application name as
+ * returned from ACE_Log_Msg::program_name() is used.
+ */
virtual int open (const ACE_TCHAR *logger_key);
/// Reset the backend.