From 8b011a0913b34ea9cfda2dff5f8070a0d47111e2 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 27 May 2002 06:13:52 +0000 Subject: ChangeLogTag: Mon May 27 07:53:12 2002 Johnny Willemsen --- ace/Log_Msg.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'ace/Log_Msg.h') 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 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 argument. */ int open (const ACE_TCHAR *prog_name, u_long options_flags = ACE_Log_Msg::STDERR, -- cgit v1.2.1