[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "logformat2" created.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Sep 2 17:51:25 CDT 2011
branch "logformat2" has been created
at 8ee686455474a730a22e90f555d22f3bf482f583 (commit)
- Log -----------------------------------------------------------------
commit 8ee686455474a730a22e90f555d22f3bf482f583
Author: Ken Hunt <ken.hunt at digium.com>
Date: Fri Sep 2 17:51:24 2011 -0500
Support for formatted logging.
diff --git a/slice/AsteriskSCF/System/Logger/LoggerIf.ice b/slice/AsteriskSCF/System/Logger/LoggerIf.ice
index dd2f926..f793039 100644
--- a/slice/AsteriskSCF/System/Logger/LoggerIf.ice
+++ b/slice/AsteriskSCF/System/Logger/LoggerIf.ice
@@ -111,9 +111,23 @@ module Logging
* @param logLevel The level of the logging message.
*
* @param message The log message itself.
+ *
+ * @param hostname Hostname for the component's host server.
+ *
+ * @param pid Process ID of the host process.
+ *
+ * @param componentCategory Category of the component. Part of the
+ * service locator params for this component.
+ *
+ * @param componentServiceId Service identifier for the component. Part of the
+ * service locator params for this component.
+ *
+ * @param componentId The component's instance Id. Part of the
+ * service locator params for this component.
*/
["cpp:const"]
- idempotent void logs(string name, Level logLevel, string message);
+ idempotent void logs(string name, Level logLevel, string message, string hostname,
+ long pid, string componentCategory, string componentServiceId, string componentId);
/**
* Method which returns the current configuration for this server.
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list