Uses of Interface
com.sun.enterprise.server.logging.FormatterDelegate
-
Packages that use FormatterDelegate Package Description com.sun.enterprise.server.logging com.sun.enterprise.v3.logging fish.payara.enterprise.server.logging -
-
Uses of FormatterDelegate in com.sun.enterprise.server.logging
Methods in com.sun.enterprise.server.logging with parameters of type FormatterDelegate Modifier and Type Method Description voidODLLogFormatter. setDelegate(FormatterDelegate delegate)voidUniformLogFormatter. setDelegate(FormatterDelegate delegate)Constructors in com.sun.enterprise.server.logging with parameters of type FormatterDelegate Constructor Description ODLLogFormatter(FormatterDelegate delegate, String excludeFields)UniformLogFormatter(FormatterDelegate delegate, String excludeFields) -
Uses of FormatterDelegate in com.sun.enterprise.v3.logging
Classes in com.sun.enterprise.v3.logging that implement FormatterDelegate Modifier and Type Class Description classAgentFormatterDelegateCreated by IntelliJ IDEA. -
Uses of FormatterDelegate in fish.payara.enterprise.server.logging
Methods in fish.payara.enterprise.server.logging with parameters of type FormatterDelegate Modifier and Type Method Description voidJSONLogFormatter. setDelegate(FormatterDelegate delegate)Constructors in fish.payara.enterprise.server.logging with parameters of type FormatterDelegate Constructor Description JSONLogFormatter(FormatterDelegate delegate, String excludeFields)
-