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 | 4c32405b687da1368326c06f6a16d588760c1e17 (patch) | |
tree | d93481fb16974dd9de3a0d329e290e980db80769 /ace/Logging_Strategy.h | |
parent | 097e7c0cb32891357ba306b0222667e2c5ea49b8 (diff) | |
download | ATCD-4c32405b687da1368326c06f6a16d588760c1e17.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_; |