Uses of Class
org.glassfish.main.jul.formatter.HandlerId
Packages that use HandlerId
-
Uses of HandlerId in org.glassfish.main.jul.formatter
Methods in org.glassfish.main.jul.formatter that return HandlerIdModifier and TypeMethodDescriptionstatic HandlerIdHandlerId.forHandlerClass(Class<? extends Handler> handlerClass) Creates aHandlerIdinstance for handler's class.Methods in org.glassfish.main.jul.formatter with parameters of type HandlerIdModifier and TypeMethodDescriptionstatic FormatterConfigurationHelperFormatterConfigurationHelper.forHandlerId(HandlerId handlerId) Creates helper for parsing formatter settings using the handler's formatter attribute.Constructors in org.glassfish.main.jul.formatter with parameters of type HandlerIdModifierConstructorDescriptionGlassFishLogFormatter(HandlerId handlerId) Creates an instance and initializes defaults from log manager's configurationGlassFishLogFormatter(HandlerId handlerId, boolean printSource, DateTimeFormatter timestampFormatter) Creates an instance and initializes defaults from log manager's configurationODLLogFormatter(HandlerId handlerId) OneLineFormatter(HandlerId handlerId) Creates formatter with default time format if not set otherwise in the logging configuration.UniformLogFormatter(HandlerId handlerId) -
Uses of HandlerId in org.glassfish.main.jul.handler
Constructors in org.glassfish.main.jul.handler with parameters of type HandlerIdModifierConstructorDescriptionHandlerConfigurationHelper(HandlerId handlerId) Creates a helper based onHandlerId