steps property
The ordered list of log steps that define how a log message is composed.
This determines what information is shown and in what order. Defaults to LogStep.defaultSteps if not specified.
Implementation
final List<LogStep> steps;
The ordered list of log steps that define how a log message is composed.
This determines what information is shown and in what order. Defaults to LogStep.defaultSteps if not specified.
final List<LogStep> steps;