defaultSteps property

List<LogStep> get defaultSteps

Default ordering and selection of log steps used by printers unless overridden.

Implementation

static List<LogStep> get defaultSteps => [
  DATE,
  TIMESTAMP,
  TAG,
  LEVEL,
  MESSAGE,
  THREAD,
  LOCATION,
  ERROR,
  STACKTRACE,
];