[asterisk-scf-commits] asterisk-scf/integration/logger.git branch "filename" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Mar 31 15:02:41 CDT 2011
branch "filename" has been updated
via 356e1ce8ebfe6b996a7a82f45497a0cbcc6f263a (commit)
from 154937cf74e4613a5bac1eaec33ce96bd0790af8 (commit)
Summary of changes:
server/local-slice/LoggingConfigurationIf.ice | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 356e1ce8ebfe6b996a7a82f45497a0cbcc6f263a
Author: Mark Michelson <mmichelson at digium.com>
Date: Thu Mar 31 15:02:14 2011 -0500
Add documentation of the FileItem.
diff --git a/server/local-slice/LoggingConfigurationIf.ice b/server/local-slice/LoggingConfigurationIf.ice
index 231bd2f..964c61f 100644
--- a/server/local-slice/LoggingConfigurationIf.ice
+++ b/server/local-slice/LoggingConfigurationIf.ice
@@ -62,8 +62,14 @@ module V1
{
};
+ /**
+ * ConfigurationItem that describes an output file to which logger output should be sent
+ */
class FileItem extends LoggerConfigurationItem
{
+ /**
+ * The name of the file to send output to
+ */
string fileName;
};
-----------------------------------------------------------------------
--
asterisk-scf/integration/logger.git
More information about the asterisk-scf-commits
mailing list