[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "logformat" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Sep 1 16:31:58 CDT 2011
branch "logformat" has been updated
via cc4f1c7ef1c842c18df7b08d118c964a4a63a919 (commit)
via 9a348fdace3ddd8a30cff8ac71902da348ace1b1 (commit)
via 00b74e2a2f13a5cb8f5308badf97cc3d37bd0365 (commit)
via 2563dc534c1c1dd977606e06baf9334b4317bd73 (commit)
via bd989360809bba998965c8a5a37d3f55436e7bf0 (commit)
via 66522803de9fbc42e49c39a45d677825da891ca9 (commit)
via 7d15ef019ad837e02c0380c63553981993b7fb82 (commit)
via 7a93902486638e01bb3170fa4d70eb72426b807e (commit)
via 941c14fc79f8c2e47957b2db994a9412734a49d0 (commit)
via c06dbbefb20ab2f3bb3b2fbdf1eb714d304af928 (commit)
via 1580f446b72d71abf9d49ec938d4b58e96d65792 (commit)
via 98b9c735d7af93117d6320c5df05d200659f5161 (commit)
via 1443edddb16e1ac462e51a1accbac8f225117356 (commit)
from 98004dc02db3e7a4ed5831bf2784dd89f01873a7 (commit)
Summary of changes:
AsteriskSCF/Core/Routing/RoutingIf.ice | 119 ++--
AsteriskSCF/Media/RTP/MediaRTPIf.ice | 22 +-
.../ISDNPartyIdentificationIf.ice | 108 +++
.../PartyIdentificationIf.ice | 186 +++++
.../SessionCommunicationsIf.ice | 850 ++++++++++----------
.../System/Component/ComponentServiceIf.ice | 94 ++-
AsteriskSCF/System/Component/ConfigurationIf.ice | 19 +
AsteriskSCF/System/Logger/LoggerIf.ice | 16 +-
AsteriskSCF/System/ThreadPool/ThreadPoolIf.ice | 14 +-
AsteriskSCF/System/WorkQueue/WorkQueueIf.ice | 6 +-
10 files changed, 915 insertions(+), 519 deletions(-)
create mode 100644 AsteriskSCF/SessionCommunications/ISDNPartyIdentificationIf.ice
create mode 100644 AsteriskSCF/SessionCommunications/PartyIdentificationIf.ice
- Log -----------------------------------------------------------------
commit cc4f1c7ef1c842c18df7b08d118c964a4a63a919
Author: Ken Hunt <ken.hunt at digium.com>
Date: Thu Sep 1 16:32:45 2011 -0500
Added additional arguments to support richer formatted logging.
diff --git a/AsteriskSCF/System/Logger/LoggerIf.ice b/AsteriskSCF/System/Logger/LoggerIf.ice
index 6af140b..f7da003 100644
--- a/AsteriskSCF/System/Logger/LoggerIf.ice
+++ b/AsteriskSCF/System/Logger/LoggerIf.ice
@@ -111,8 +111,22 @@ 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.
*/
- idempotent void logs(string name, Level logLevel, string message, long pid, string hostname);
+ 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.
commit 9a348fdace3ddd8a30cff8ac71902da348ace1b1
Merge: 00b74e2 98004dc
Author: Ken Hunt <ken.hunt at digium.com>
Date: Tue Jun 21 17:30:07 2011 -0500
Merge remote branch 'integ/logformat'
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list