Uses of Enum Class
io.goobi.viewer.model.log.LogFile
Packages that use LogFile
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
Contains model classes for structured log messages produced and consumed within
the Goobi viewer, used for persisting or displaying operational event records.
-
Uses of LogFile in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return types with arguments of type LogFile -
Uses of LogFile in io.goobi.viewer.model.log
Methods in io.goobi.viewer.model.log that return LogFileModifier and TypeMethodDescriptionstatic LogFileReturns the enum constant of this class with the specified name.static LogFile[]LogFile.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.goobi.viewer.model.log that return types with arguments of type LogFileModifier and TypeMethodDescriptionMaps a client-supplied name to the corresponding enum constant.Methods in io.goobi.viewer.model.log with parameters of type LogFileModifier and TypeMethodDescriptionbooleanLogViewerManager.hasActiveSessions(LogFile logFile) voidLogViewerManager.registerSession(LogFile logFile, Session session) voidLogViewerManager.unregisterSession(LogFile logFile, Session session)