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 | 2af2def7f27ff1d0fffc5b61e58b00b803a7c72c (patch) | |
tree | b1af494f10b668efd9aa67162324aabd7c98ec36 /examples/Log_Msg | |
parent | b0f0d35568256c268d94ae6df291db9fd30249b0 (diff) | |
download | ATCD-2af2def7f27ff1d0fffc5b61e58b00b803a7c72c.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples/Log_Msg')
-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. + |