Uses of Class
net.sourceforge.pmd.util.fxdesigner.app.services.LogEntry.Category
-
Packages that use LogEntry.Category Package Description net.sourceforge.pmd.util.fxdesigner.app Interfaces and base classes that structure and support the whole app.net.sourceforge.pmd.util.fxdesigner.app.services Services available to the whole app. -
-
Uses of LogEntry.Category in net.sourceforge.pmd.util.fxdesigner.app
Methods in net.sourceforge.pmd.util.fxdesigner.app that return LogEntry.Category Modifier and Type Method Description LogEntry.CategoryMessageChannel.Message. getCategory()default LogEntry.CategoryApplicationComponent. getLogCategory()A default category for exceptions coming from this component.Methods in net.sourceforge.pmd.util.fxdesigner.app with parameters of type LogEntry.Category Modifier and Type Method Description default voidApplicationComponent. logUserException(java.lang.Throwable throwable, LogEntry.Category category)Notify the logger of an exception that somewhere in PMD logic.Constructors in net.sourceforge.pmd.util.fxdesigner.app with parameters of type LogEntry.Category Constructor Description MessageChannel(LogEntry.Category logCategory) -
Uses of LogEntry.Category in net.sourceforge.pmd.util.fxdesigner.app.services
Methods in net.sourceforge.pmd.util.fxdesigner.app.services that return LogEntry.Category Modifier and Type Method Description LogEntry.CategoryLogEntry. getCategory()static LogEntry.CategoryLogEntry.Category. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogEntry.Category[]LogEntry.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.pmd.util.fxdesigner.app.services with parameters of type LogEntry.Category Modifier and Type Method Description 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)
-