AndroidJournalOutput class final

Android Logcat implementation of JournalOutput.

Implemented types
Annotations
  • @immutable

Constructors

AndroidJournalOutput.new({bool displayZone = false, bool displayTrace = true})
Creates a new AndroidJournalOutput.
const

Properties

displayTrace bool
Whether to display JournalEntry.trace in the output.
final
displayZone bool
Whether to display JournalEntry.zone in the output.
final
hashCode int
The hash code for this object.
no setterinherited
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
write(String name, JournalEntry entry) → void
Writes entry for name.
override

Operators

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