String Logger DSC

Version 1 by Kendy Yus
on Oct 22, 2008 12:44.

compared with
Current by Kendy Yus
on Oct 27, 2008 14:56.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (7)

View page history
h2. StringLoggerService Service
String Logger: Logs a particular process variable to system logger or system out. Support variable type that are convertable to a String.


h3. Operation: log
Log A Single Process Variable as String: Logs a process variable as String
|| Input Parameter || Type || Description ||
| String value to log | java.lang.String | String value to log. |
| String value to log | java.lang.String | Process variable to log |
| Log to system logger | boolean | Log string parameter Whether to log the process variable to the system logger set up in your application server. |
| Logging level | com.avoka.livecycle.logger.LogLevelEnum | The logging level to log to the System Logger. |
| Log to Standard Out | boolean | Log string parameter to the 'standard out'. |
| Log to Standard Out | boolean | Whether to log the process variable to the 'Standard Out'. |