fieldOrderFormatCustom property

List<FieldName> fieldOrderFormatCustom
getter/setter pair

Field order for output

Implementation

List<FieldName> fieldOrderFormatCustom = [
  FieldName.CLASSNAME,
  FieldName.METHOD_NAME,
  FieldName.TEXT,
  FieldName.EXCEPTION,
  FieldName.LOG_LEVEL,
  FieldName.TIMESTAMP,
  FieldName.STACKTRACE
];