steps property

List<LogStep> steps
final

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;