LogsTree class
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