FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |
Action summary | |
---|---|
string | static getApplicationLogFile(string pkg) Return the destination file for EPL log messages from the given package. A blank package is the root package. |
string | static getApplicationLogLevel(string pkg) Return the log level threshold of EPL log messages from the given package. A blank package is the root package. |
void | static rotateLogs() Schedule simultaneous rotation of all correlator logs, including application logs and the input log. The rotation will happen shortly after this call. |
void | static setApplicationLogFile(string pkg, string filename) Set the destination of EPL log messages from the given package. A blank package is the root package. |
void | static 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 | static setLogFile(string filename) Change the file that the correlator logs to. |
void | static unsetApplicationLogFile(string pkg) Reset logging for the given package to the default. A blank package is the root package. |
void | static 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 static getApplicationLogFile(string pkg)Return the destination file for EPL log messages from the given package. A blank package is the root package.
string static getApplicationLogLevel(string pkg)Return the log level threshold of EPL log messages from the given package. A blank package is the root package.
void static rotateLogs()Schedule simultaneous rotation of all correlator logs, including application logs and the input log. The rotation will happen shortly after this call.
void static setApplicationLogFile(string pkg, string filename)Set the destination of EPL log messages from the given package. A blank package is the root package.
void static 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 static setLogFile(string filename)Change the file that the correlator logs to.
void static unsetApplicationLogFile(string pkg)Reset logging for the given package to the default. A blank package is the root package.
void static 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 | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |