Uses of Record Class
software.amazon.lambda.durable.logging.LoggerConfig
Packages that use LoggerConfig
-
Uses of LoggerConfig in software.amazon.lambda.durable
Methods in software.amazon.lambda.durable that return LoggerConfigModifier and TypeMethodDescriptionDurableConfig.getLoggerConfig()Gets the configured LoggerConfig.Methods in software.amazon.lambda.durable with parameters of type LoggerConfigModifier and TypeMethodDescriptionDurableConfig.Builder.withLoggerConfig(LoggerConfig loggerConfig) Sets a custom LoggerConfig. -
Uses of LoggerConfig in software.amazon.lambda.durable.logging
Methods in software.amazon.lambda.durable.logging that return LoggerConfigModifier and TypeMethodDescriptionstatic LoggerConfigLoggerConfig.defaults()Default configuration: suppress logs during replay.static LoggerConfigLoggerConfig.withReplayLogging()Configuration that allows logs during replay.