Uses of Class
net.sourceforge.pmd.util.fxdesigner.app.LogEntry
-
Packages that use LogEntry Package Description net.sourceforge.pmd.util.fxdesigner.app Interfaces and base classes that structure and support the whole app. -
-
Uses of LogEntry in net.sourceforge.pmd.util.fxdesigner.app
Methods in net.sourceforge.pmd.util.fxdesigner.app that return LogEntry Modifier and Type Method Description static LogEntryLogEntry. createInternalDebugEntry(java.lang.String shortMessage, java.lang.String details)static LogEntryLogEntry. createInternalExceptionEntry(java.lang.Throwable thrown)static LogEntryLogEntry. createUserExceptionEntry(java.lang.Throwable thrown, LogEntry.Category cat)static LogEntryLogEntry. createUserFlagEntry(LogEntry.Category flagCategory)Just for the flag categoriesLogEntry.Category.PARSE_OKandLogEntry.Category.XPATH_OK, which are not rendered in the log.Methods in net.sourceforge.pmd.util.fxdesigner.app that return types with arguments of type LogEntry Modifier and Type Method Description org.reactfx.collection.LiveList<LogEntry>EventLogger. getLog()Returns the full log.Methods in net.sourceforge.pmd.util.fxdesigner.app with parameters of type LogEntry Modifier and Type Method Description intLogEntry. compareTo(LogEntry o)voidEventLogger. logEvent(LogEntry event)
-