summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-11-28 23:24:39 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-11-28 23:24:39 +0000
commit69010992fb9c7c12a15e91ddb462514b98ded7d7 (patch)
treeffe14233a1cd0a1c6801b583cfc577e1bfc9ce11 /ace/Log_Msg.h
parentf6f198a025a591f12f7bfdf0401c5f3d38177d35 (diff)
downloadATCD-69010992fb9c7c12a15e91ddb462514b98ded7d7.tar.gz
ChangeLogTag:Sun Nov 28 17:06:00 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r--ace/Log_Msg.h52
1 files changed, 26 insertions, 26 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index 1002b4886d6..74d70b74676 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
// $Id$
// ============================================================================
@@ -363,31 +363,31 @@ public:
ssize_t log (ACE_Log_Priority priority, const ASYS_TCHAR *format, ...);
// Format a message to the thread-safe ACE logging mechanism. Valid
// options (prefixed by '%', as in printf format strings) include:
-// 'A': print an ACE_timer_t value (which could be either double or ACE_UINT32.)
- // 'a': exit the program at this point (var-argument is the exit status!)
- // 'c': print a character
- // 'i', 'd': print a decimal number
- // 'I', indent according to nesting depth
- // 'e', 'E', 'f', 'F', 'g', 'G': print a double
- // 'l', print line number where an error occurred.
- // 'm': Return the message corresponding to errno value, e.g., as done by <strerror>
- // 'N': print file name where the error occurred.
- // 'n': print the name of the program (or "<unknown>" if not set)
- // 'o': print as an octal number
- // 'P': print out the current process id
- // 'p': print out the appropriate errno message from sys_errlist, e.g., as done by <perror>
- // 'Q': print out the uint64 number
- // 'r': call the function pointed to by the corresponding argument
- // 'R': print return status
- // 'S': print out the appropriate _sys_siglist entry corresponding to var-argument.
- // 's': print out a character string
- // 'T': print timestamp in hour:minute:sec:usec format.
- // 'D': print timestamp in month/day/year hour:minute:sec:usec format.
- // 't': print thread id (1 if single-threaded)
- // 'u': print as unsigned int
- // 'W': print out a wide (Unicode) character string (currently Win32 only).
- // 'X', 'x': print as a hex number
- // '%': print out a single percent sign, '%'
+ // 'A': print an ACE_timer_t value (which could be either double or ACE_UINT32.)
+ // 'a': exit the program at this point (var-argument is the exit status!)
+ // 'c': print a character
+ // 'i', 'd': print a decimal number
+ // 'I', indent according to nesting depth
+ // 'e', 'E', 'f', 'F', 'g', 'G': print a double
+ // 'l', print line number where an error occurred.
+ // 'm': Return the message corresponding to errno value, e.g., as done by strerror()
+ // 'N': print file name where the error occurred.
+ // 'n': print the name of the program (or "<unknown>" if not set)
+ // 'o': print as an octal number
+ // 'P': print out the current process id
+ // 'p': print out the appropriate errno message from sys_errlist, e.g., as done by perror()
+ // 'Q': print out the uint64 number
+ // 'r': call the function pointed to by the corresponding argument
+ // 'R': print return status
+ // 'S': print out the appropriate _sys_siglist entry corresponding to var-argument.
+ // 's': print out a character string
+ // 'T': print timestamp in hour:minute:sec:usec format.
+ // 'D': print timestamp in month/day/year hour:minute:sec:usec format.
+ // 't': print thread id (1 if single-threaded)
+ // 'u': print as unsigned int
+ // 'W': print out a wide (Unicode) character string (currently Win32 only).
+ // 'X', 'x': print as a hex number
+ // '%': print out a single percent sign, '%'
ssize_t log (const ASYS_TCHAR *format,
ACE_Log_Priority priority,