Uses of Class
net.sourceforge.pmd.util.fxdesigner.app.services.LogEntry
-
Packages that use LogEntry Package Description net.sourceforge.pmd.util.fxdesigner.app.services Services available to the whole app. -
-
Uses of LogEntry in net.sourceforge.pmd.util.fxdesigner.app.services
Methods in net.sourceforge.pmd.util.fxdesigner.app.services that return LogEntry Modifier and Type Method Description LogEntryLogEntry. appendMessage(LogEntry newer)static LogEntryLogEntry. createInternalDebugEntry(java.lang.String shortMessage, java.lang.String details, ApplicationComponent component, LogEntry.Category category, boolean trace)static LogEntryLogEntry. createUserExceptionEntry(java.lang.Throwable thrown, LogEntry.Category cat)static LogEntryLogEntry. createUserFlagEntry(java.lang.String details, LogEntry.Category flagCategory)Just for the flag categoriesLogEntry.Category.PARSE_OKandLogEntry.Category.XPATH_OK, which are not rendered in the log.static <T> LogEntryLogEntry. serviceRegistered(AppServiceDescriptor<T> descriptor, T service)Methods in net.sourceforge.pmd.util.fxdesigner.app.services that return types with arguments of type LogEntry Modifier and Type Method Description org.reactfx.collection.LiveList<LogEntry>EventLogger. getLog()Returns the full log.org.reactfx.collection.LiveList<LogEntry>EventLoggerImpl. getLog()Methods in net.sourceforge.pmd.util.fxdesigner.app.services with parameters of type LogEntry Modifier and Type Method Description LogEntryLogEntry. appendMessage(LogEntry newer)intLogEntry. compareTo(LogEntry o)voidEventLogger. logEvent(LogEntry event)Logs a new event.voidEventLoggerImpl. logEvent(LogEntry event)
-