Uses of Class
org.swisspush.gateleen.logging.LoggingResource.HeaderLogStrategy
-
-
Uses of LoggingResource.HeaderLogStrategy in org.swisspush.gateleen.logging
Methods in org.swisspush.gateleen.logging that return LoggingResource.HeaderLogStrategy Modifier and Type Method Description LoggingResource.HeaderLogStrategyLoggingResource. getHeaderLogStrategy()Returns the strategy for the headers logging.static LoggingResource.HeaderLogStrategyLoggingResource.HeaderLogStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static LoggingResource.HeaderLogStrategy[]LoggingResource.HeaderLogStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.swisspush.gateleen.logging with parameters of type LoggingResource.HeaderLogStrategy Modifier and Type Method Description voidLoggingResource. setHeaderLogStrategy(LoggingResource.HeaderLogStrategy headerLogStrategy)Set the strategy for the headers logging
-