config property

LogConfig config
final

Configuration for customizing the log output format.

Controls which parts of the log record are included, such as timestamp, log level, message, stack trace, etc.

Defaults to an instance of LogConfig with default values if not provided.

Implementation

final LogConfig config;