FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action Summary | |
---|---|
string | getApplicationLogFile(string pkg)
Return the destination file for EPL log messages from the given package. A blank package is the root package. |
string | getApplicationLogLevel(string pkg)
Return the log level threshold of EPL log messages from the given package. A blank package is the root package. |
void | rotateLogs()
Schedule simultaneous rotation of all correlator logs, including application logs and the input log. The rotation will happen shortly after this call. |
void | setApplicationLogFile(string pkg, string filename)
Set the destination of EPL log messages from the given package. A blank package is the root package. |
void | setApplicationLogLevel(string pkg, string level)
Set the log level threshold of EPL log messages from the given package. A blank package is the root package. |
void | setLogFile(string filename)
Change the file that the correlator logs to. |
void | unsetApplicationLogFile(string pkg)
Reset logging for the given package to the default. A blank package is the root package. |
void | unsetApplicationLogLevel(string pkg)
Remove the log level from the given package, returning it to default. A blank package is the root package. |
Action Detail |
---|
string getApplicationLogFile(string pkg)Return the destination file for EPL log messages from the given package. A blank package is the root package.
string getApplicationLogLevel(string pkg)Return the log level threshold of EPL log messages from the given package. A blank package is the root package.
void rotateLogs()Schedule simultaneous rotation of all correlator logs, including application logs and the input log. The rotation will happen shortly after this call.
void setApplicationLogFile(string pkg, string filename)Set the destination of EPL log messages from the given package. A blank package is the root package.
void setApplicationLogLevel(string pkg, string level)Set the log level threshold of EPL log messages from the given package. A blank package is the root package.
void setLogFile(string filename)Change the file that the correlator logs to.
void unsetApplicationLogFile(string pkg)Reset logging for the given package to the default. A blank package is the root package.
void unsetApplicationLogLevel(string pkg)Remove the log level from the given package, returning it to default. A blank package is the root package.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |