Package | Description |
---|---|
com.netscape.cms.logging |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<LogEntry> |
LogFile.readEntry(int maxLine,
int lowLevel,
int source,
java.lang.String fName)
Read all entries whose logLevel>=lowLevel && log source = source
to at most maxLine entries(from end)
If the parameter is -1, it's ignored and return all entries
|