diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-02-27 01:09:49 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-02-27 01:09:49 +0000 |
commit | e895628161fddc8b0848779106bee1630adae3f0 (patch) | |
tree | d93481fb16974dd9de3a0d329e290e980db80769 /ace/Logging_Strategy.h | |
parent | c8d35ed3c1569608436fc36fa2cdbc6636fadd64 (diff) | |
download | ATCD-e895628161fddc8b0848779106bee1630adae3f0.tar.gz |
ChangeLogTag:Mon Feb 26 19:01:16 2001 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Logging_Strategy.h')
-rw-r--r-- | ace/Logging_Strategy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Logging_Strategy.h b/ace/Logging_Strategy.h index b48e3103e4d..5a0376793a4 100644 --- a/ace/Logging_Strategy.h +++ b/ace/Logging_Strategy.h @@ -81,6 +81,7 @@ public: SILENT, VERBOSE_LITE) used to control logging. '-i' The interval (in seconds) at which the logfile size is sampled (default is 0, i.e., do not sample by default). + '-k' Set the logging key. '-m' Maximum logfile size in Kbytes. '-n' The maximum number of logfiles that we want created. '-o' Specifies that we want the no standard logfiles ordering @@ -120,6 +121,9 @@ private: /// File name we're logging to. ACE_TCHAR *filename_; + /// Logger key for distributed logging. + ACE_TCHAR *logger_key_; + /// If non-0 then wipeout the logfile, otherwise append to it. /// Default value is 0. int wipeout_logfile_; |