diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-04 19:05:56 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-04 19:05:56 +0000 |
commit | d73e4c6da151d0cff5101d274406fe546cb6cbdd (patch) | |
tree | c45b4b625030f963149af1e0e7919617c9b7563b /ace/Log_Msg.h | |
parent | 5637809c2337aa8dc73c0a2ade2472e2b286e4c1 (diff) | |
download | ATCD-d73e4c6da151d0cff5101d274406fe546cb6cbdd.tar.gz |
Added a new format character A
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r-- | ace/Log_Msg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h index ae1214ef274..a41f324a3b7 100644 --- a/ace/Log_Msg.h +++ b/ace/Log_Msg.h @@ -308,6 +308,7 @@ 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 |