MethodChannelEzlogFlutter class

An implementation of EZLogFlutterPlatform that uses method channels.

Inheritance

Constructors

MethodChannelEzlogFlutter()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createLogger(String logName, int maxLevel, String dirPath, int keepDays, int compress, int compressLevel, int cipher, Uint8List? cipherKey, Uint8List? cipherNonce) → void
override
flush(String logName) → void
override
flushAll() → void
override
init(bool enableTrace) → void
override
log(String logName, int level, String tag, String msg) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestLogFilesForDate(String name, String date) Future<List<Object?>?>
override
toString() String
A string representation of this object.
inherited
trim() → void
inherited

Operators

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