summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-09 20:29:16 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-09 20:29:16 +0000
commit994676546d13052b557ddccc2bcdc8a297bd1d3b (patch)
tree5907327a22fefb34344c4a99c994bd5fdaf6c4c2
parent94b5c0a6ed7f3c74e6866a5404ddd630ad7f8d0e (diff)
downloadATCD-994676546d13052b557ddccc2bcdc8a297bd1d3b.tar.gz
Added some comments
-rw-r--r--ace/Log_Msg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index c28ad54d59f..eed5ea2e791 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -278,6 +278,7 @@ public:
// '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.
// 'N': print file name where the error occurred.
@@ -290,6 +291,7 @@ public:
// '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
// 'X', 'x': print as a hex number