LogOptions class abstract base

Logger options

Annotations
  • @immutable

Constructors

LogOptions({bool handlePrint, bool printColors, bool outputInRelease, MessageFormatting? messageFormatting})
Logger options
const
factory

Properties

handlePrint bool
Handle print function in current zone
no setter
hashCode int
The hash code for this object.
no setterinherited
messageFormatting MessageFormatting?
Output message formatting callback
no setter
outputInRelease bool
Output messages to the console in the release
no setter
printColors bool
Print with colors using ASCII escape codes
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

defaultOptions → const _LogOptionsImpl
Default Logger options