Package io.quarkiverse.cxf
Interface LoggingConfig.GlobalInternal
-
- All Known Subinterfaces:
LoggingConfig.GlobalLoggingConfig
- Enclosing interface:
- LoggingConfig
public static interface LoggingConfig.GlobalInternalWe movedenabledFor()into a separate interface so that it is listed before the other logging options.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnabledForenabledFor()Specifies whether the message logging will be enabled for clients, services, both or none.
-
-
-
Method Detail
-
enabledFor
@WithDefault("none") EnabledFor enabledFor()Specifies whether the message logging will be enabled for clients, services, both or none.
-
-