Apama 10.7.2 | Developing Apama Applications | Developing Apama Applications in EPL | Defining What Happens When Matching Events Are Found | Logging and printing
 
Logging and printing
 
Specifying log statements
Log levels determine results of log statements
Where do log entries go?
Examples of using log statements
Strings in print and log statements
The following operations are provided for debugging and textual output:
*print string
*log string [at identifier]
The print statement outputs its text to standard output, which is normally the active display or some file where such output has been piped. See also Strings in print and log statements.
The log statement sends the specified string to a particular log file depending on the applicable log level. For details, see Setting EPL log files and log levels dynamically.
The topics below provide information for using the log statement.