DAQLogger class

A singleton logger for DAQ package that wraps around easy_logger

This logger provides structured logging with different levels and respects the DAQ configuration for enabling/disabling logging.

Properties

hashCode int
The hash code for this object.
no setterinherited
isEnabled bool
Check if logging is currently enabled
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cache(String message) → void
Log a cache-related message
daq(String message) → void
Log a general DAQ message
debug(String message, [String? tag]) → void
Log a debug message
error(String message, [String? tag, Object? error, StackTrace? stackTrace]) → void
Log an error message
infiniteQuery(String message) → void
info(String message, [String? tag]) → void
Log an info message
mutation(String message) → void
Log a mutation-related message
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paginatedQuery(String message) → void
Log a paginated query-related message
query(String message) → void
Log a query-related message
setEnabled(bool enabled) → void
Enable or disable logging
success(String message, [String? tag]) → void
Log a success message
toString() String
A string representation of this object.
inherited
warning(String message, [String? tag]) → void
Log a warning message

Operators

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

Static Properties

instance DAQLogger
no setter