diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-08 07:15:42 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-08 07:15:42 +0000 |
commit | 29daaf46c5975a571240ad3dcbfef69160b1beeb (patch) | |
tree | b1af494f10b668efd9aa67162324aabd7c98ec36 /examples | |
parent | 68b220e351074fdb0a6530e6e308f2d9e077371c (diff) | |
download | ATCD-29daaf46c5975a571240ad3dcbfef69160b1beeb.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Log_Msg/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/Log_Msg/README b/examples/Log_Msg/README new file mode 100644 index 00000000000..156a3c33432 --- /dev/null +++ b/examples/Log_Msg/README @@ -0,0 +1,8 @@ +This directory contains program(s) that demonstrate how to use ACE's +Log_Msg class to record various information. + + * test_log_msg.cpp: This program basically tests various + feature of the Log_Msg facility. It opens a log file and + writes some messages using different log priorities and + output stream. + |