Klasse AdminLogConfiguration
java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.AdminLogConfiguration
AdminLogConfiguration
This contains log settings of various components used by APIGateway.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe log setting of APIGateway server.Possible values are off,trace,debug,info,warn,error and fatalprotected StringThe log setting of Internal Data Store.Possible values are off,info,debug,warn,error and fatalprotected StringThe log setting to enable APIGateway security logs.Possible values are true and false.protected StringThe log setting enable APIGateway session logs.Possible values are off,trace,debug,info,warn,error and fatalprotected StringThe log setting of APIGateway dashboard.Possible values are silent,quiet and verboseprotected StringThe log setting of OSGI platform.Possible values are true and false. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAdminLogConfiguration(String apigatewayLogger, String elasticSearchLogger, String enableSecurityLogger, String enableSessionLogger, String kibanaLogger, String sagOsgiLogger) Constructs a validated instance ofAdminLogConfiguration.Constructs a validated instance ofAdminLogConfiguration. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe log setting of APIGateway server.Possible values are off,trace,debug,info,warn,error and fatalapigatewayLogger(String apigatewayLogger) The log setting of APIGateway server.Possible values are off,trace,debug,info,warn,error and fatalprotected booleanThe log setting of Internal Data Store.Possible values are off,info,debug,warn,error and fatalelasticSearchLogger(String elasticSearchLogger) The log setting of Internal Data Store.Possible values are off,info,debug,warn,error and fatalThe log setting to enable APIGateway security logs.Possible values are true and false.enableSecurityLogger(String enableSecurityLogger) The log setting to enable APIGateway security logs.Possible values are true and false.The log setting enable APIGateway session logs.Possible values are off,trace,debug,info,warn,error and fatalenableSessionLogger(String enableSessionLogger) The log setting enable APIGateway session logs.Possible values are off,trace,debug,info,warn,error and fatalbooleaninthashCode()The log setting of APIGateway dashboard.Possible values are silent,quiet and verbosekibanaLogger(String kibanaLogger) The log setting of APIGateway dashboard.Possible values are silent,quiet and verboseThe log setting of OSGI platform.Possible values are true and false.sagOsgiLogger(String sagOsgiLogger) The log setting of OSGI platform.Possible values are true and false.toString()
-
Felddetails
-
apigatewayLogger
The log setting of APIGateway server.Possible values are off,trace,debug,info,warn,error and fatal -
elasticSearchLogger
The log setting of Internal Data Store.Possible values are off,info,debug,warn,error and fatal -
enableSecurityLogger
The log setting to enable APIGateway security logs.Possible values are true and false. -
enableSessionLogger
The log setting enable APIGateway session logs.Possible values are off,trace,debug,info,warn,error and fatal -
kibanaLogger
The log setting of APIGateway dashboard.Possible values are silent,quiet and verbose -
sagOsgiLogger
The log setting of OSGI platform.Possible values are true and false.
-
-
Konstruktordetails
-
AdminLogConfiguration
Constructs a validated instance ofAdminLogConfiguration.- Parameter:
spec- the specification to process
-
AdminLogConfiguration
@Internal public AdminLogConfiguration(String apigatewayLogger, String elasticSearchLogger, String enableSecurityLogger, String enableSessionLogger, String kibanaLogger, String sagOsgiLogger) Constructs a validated instance ofAdminLogConfiguration.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AdminLogConfiguration(Consumer)instead.- Parameter:
apigatewayLogger- The log setting of APIGateway server.Possible values are off,trace,debug,info,warn,error and fatalelasticSearchLogger- The log setting of Internal Data Store.Possible values are off,info,debug,warn,error and fatalenableSecurityLogger- The log setting to enable APIGateway security logs.Possible values are true and false.enableSessionLogger- The log setting enable APIGateway session logs.Possible values are off,trace,debug,info,warn,error and fatalkibanaLogger- The log setting of APIGateway dashboard.Possible values are silent,quiet and verbosesagOsgiLogger- The log setting of OSGI platform.Possible values are true and false.
-
AdminLogConfiguration
protected AdminLogConfiguration()
-
-
Methodendetails
-
apigatewayLogger
The log setting of APIGateway server.Possible values are off,trace,debug,info,warn,error and fatal -
elasticSearchLogger
The log setting of Internal Data Store.Possible values are off,info,debug,warn,error and fatal -
enableSecurityLogger
The log setting to enable APIGateway security logs.Possible values are true and false. -
enableSessionLogger
The log setting enable APIGateway session logs.Possible values are off,trace,debug,info,warn,error and fatal -
kibanaLogger
The log setting of APIGateway dashboard.Possible values are silent,quiet and verbose -
sagOsgiLogger
The log setting of OSGI platform.Possible values are true and false. -
apigatewayLogger
The log setting of APIGateway server.Possible values are off,trace,debug,info,warn,error and fatal- Gibt zurück:
this.
-
elasticSearchLogger
The log setting of Internal Data Store.Possible values are off,info,debug,warn,error and fatal- Gibt zurück:
this.
-
enableSecurityLogger
The log setting to enable APIGateway security logs.Possible values are true and false.- Gibt zurück:
this.
-
enableSessionLogger
The log setting enable APIGateway session logs.Possible values are off,trace,debug,info,warn,error and fatal- Gibt zurück:
this.
-
kibanaLogger
The log setting of APIGateway dashboard.Possible values are silent,quiet and verbose- Gibt zurück:
this.
-
sagOsgiLogger
The log setting of OSGI platform.Possible values are true and false.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-