ModbusAppLogger class

A simple application logger.

Constructors

ModbusAppLogger(Level level, [dynamic onLog(LogRecord)?])
Logs all requested level logs. If onLog is omitted a simple print is performed.

Properties

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

Operators

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

Static Methods

config(Object? message, [Object? error, StackTrace? stackTrace]) → void
fine(Object? message, [Object? error, StackTrace? stackTrace]) → void
finer(Object? message, [Object? error, StackTrace? stackTrace]) → void
finest(Object? message, [Object? error, StackTrace? stackTrace]) → void
info(Object? message, [Object? error, StackTrace? stackTrace]) → void
log(Level logLevel, Object? message, [Object? error, StackTrace? stackTrace]) → void
severe(Object? message, [Object? error, StackTrace? stackTrace]) → void
shout(Object? message, [Object? error, StackTrace? stackTrace]) → void
toHex(Iterable<int> bytes) String
warning(Object? message, [Object? error, StackTrace? stackTrace]) → void