[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "logformat" created.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon May 9 11:31:14 CDT 2011
branch "logformat" has been created
at 98004dc02db3e7a4ed5831bf2784dd89f01873a7 (commit)
- Log -----------------------------------------------------------------
commit 98004dc02db3e7a4ed5831bf2784dd89f01873a7
Author: Fred Anderson <fanderson at digium.com>
Date: Mon May 9 11:30:31 2011 -0500
Changes for log message formatting
diff --git a/AsteriskSCF/System/Logger/LoggerIf.ice b/AsteriskSCF/System/Logger/LoggerIf.ice
index dd2f926..6af140b 100644
--- a/AsteriskSCF/System/Logger/LoggerIf.ice
+++ b/AsteriskSCF/System/Logger/LoggerIf.ice
@@ -112,8 +112,7 @@ module Logging
*
* @param message The log message itself.
*/
- ["cpp:const"]
- idempotent void logs(string name, Level logLevel, string message);
+ idempotent void logs(string name, Level logLevel, string message, long pid, string hostname);
/**
* Method which returns the current configuration for this server.
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list