Developing Apama Applications > Developing Apama Applications in EPL > Defining What Happens When Matching Events Are Found > Logging and printing
Logging and printing
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 logging attributes for packages, monitors and events.
The following topics provide information for using the log statement:
*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
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.