diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-05-27 06:13:52 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-05-27 06:13:52 +0000 |
commit | 8b011a0913b34ea9cfda2dff5f8070a0d47111e2 (patch) | |
tree | 24f8060f1bfb6a3330d590eccb658e81adce8fc8 /ace/Log_Msg.h | |
parent | 4806b74282a2de20eea69b327b10bbfd03f56360 (diff) | |
download | ATCD-8b011a0913b34ea9cfda2dff5f8070a0d47111e2.tar.gz |
ChangeLogTag: Mon May 27 07:53:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r-- | ace/Log_Msg.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h index 221c2b9612c..acc3e2160d8 100644 --- a/ace/Log_Msg.h +++ b/ace/Log_Msg.h @@ -214,14 +214,14 @@ public: * that is available to each logging message call. Default arguments * set up logging to STDERR only. * - * @param prog_name The name of the calling program. - * @param flags A bitwise-or of options flags used to set the - * initial behavior and logging sink(s). (see the - * enum above for the valid values). - * @param logger_key The name of ACE_FIFO rendezvous point where the - * local client logger daemon is listening for logging - * messages. Only meaningful if the LOGGER bit is - * set in the <flags> argument. + * @param prog_name The name of the calling program. + * @param options_flags A bitwise-or of options flags used to set the + * initial behavior and logging sink(s). (see the + * enum above for the valid values). + * @param logger_key The name of ACE_FIFO rendezvous point where the + * local client logger daemon is listening for logging + * messages. Only meaningful if the LOGGER bit is + * set in the <flags> argument. */ int open (const ACE_TCHAR *prog_name, u_long options_flags = ACE_Log_Msg::STDERR, |