LogsTree class

Constructors

LogsTree.new(DeviceInfo deviceInfo)

Properties

date String
final
deviceInfo DeviceInfo
final
hashCode int
The hash code for this object.
no setterinherited
logRef → DatabaseReference
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeFormat → DateFormat
final

Methods

log(LogLevel logLevel, String? tag, String message, [Throwable? t]) → void
  • Parameters:
    • logLevel: The level of the log message (e.g., verbose, debug, info, warning, error).
    • tag: A tag used to identify the source of the log message (e.g., the class or method name).
    • message: The log message to be recorded.
    • error: An optional error object to include additional error details in the log.
  • 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