[asterisk-scf-commits] asterisk-scf/release/slice.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Sep 12 15:32:37 CDT 2011


branch "master" has been updated
       via  b51c5c4e696cceb3a49318ee9ff76c08dc8328c4 (commit)
      from  d9c45ee516bb6e0fb4a64851c8f71278c85f62ca (commit)

Summary of changes:
 slice/AsteriskSCF/System/Logger/LoggerIf.ice |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit b51c5c4e696cceb3a49318ee9ff76c08dc8328c4
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Mon Sep 12 12:10:17 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/release/slice.git



More information about the asterisk-scf-commits mailing list