StreamPrinter class

Stream printer will take another LoggyPrinter as it's childPrinter all logs will pass through childPrinter as well.

This allows LoggyStreamWidget to display logs as well.

Inheritance
  • Object
  • LoggyPrinter
  • StreamPrinter

Constructors

StreamPrinter(LoggyPrinter childPrinter)

Properties

childPrinter → LoggyPrinter
final
hashCode int
The hash code for this object.
no setterinherited
logRecord → BehaviorSubject<List<LogRecord>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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