summaryrefslogtreecommitdiff
path: root/examples/Log_Msg
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-08 07:15:42 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-08 07:15:42 +0000
commit2af2def7f27ff1d0fffc5b61e58b00b803a7c72c (patch)
treeb1af494f10b668efd9aa67162324aabd7c98ec36 /examples/Log_Msg
parentb0f0d35568256c268d94ae6df291db9fd30249b0 (diff)
downloadATCD-2af2def7f27ff1d0fffc5b61e58b00b803a7c72c.tar.gz
*** empty log message ***
Diffstat (limited to 'examples/Log_Msg')
-rw-r--r--examples/Log_Msg/README8
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.
+