Uses of Class
org.apache.juneau.microservice.LogConfig
Packages that use LogConfig
-
Uses of LogConfig in org.apache.juneau.microservice
Methods in org.apache.juneau.microservice that return LogConfigModifier and TypeMethodDescriptionLogConfig.append()
Specified append mode for the log file.LogConfig.consoleLevel
(Level consoleLevel) The default logging level for the console.LogConfig.copy()
Creates a copy of this log configuration.LogConfig.count
(int count) The number of log files to use.static LogConfig
LogConfig.create()
Creates a new instance of this config.The default logging level for the log file.The log entry formatter.Default logging level for logger.Default logging levels for loggers.LogConfig.limit
(int limit) The maximum number of bytes to write to any one log file.The location of the log directory to create the log file.Returns the name of the log file on the file system to store the log file for this microservice.Methods in org.apache.juneau.microservice with parameters of type LogConfigModifier and TypeMethodDescriptionSpecifies logging instructions for the microservice.Constructors in org.apache.juneau.microservice with parameters of type LogConfig