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 LogEntry
LogEntry. createInternalDebugEntry(java.lang.String shortMessage, java.lang.String details)
static LogEntry
LogEntry. createInternalExceptionEntry(java.lang.Throwable thrown)
static LogEntry
LogEntry. createUserExceptionEntry(java.lang.Throwable thrown, LogEntry.Category cat)
static LogEntry
LogEntry. createUserFlagEntry(LogEntry.Category flagCategory)
Just for the flag categoriesLogEntry.Category.PARSE_OK
andLogEntry.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 int
LogEntry. compareTo(LogEntry o)
void
EventLogger. logEvent(LogEntry event)
-