Uses of Class
com.netscape.cms.logging.LogEntry
-
Packages that use LogEntry Package Description com.netscape.cms.logging -
-
Uses of LogEntry in com.netscape.cms.logging
Methods in com.netscape.cms.logging that return types with arguments of type LogEntry Modifier and Type Method Description java.util.Vector<LogEntry>
LogFile. readEntry(int maxLine, int lowLevel, LogSource 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
-