EZLogFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • EZLogFlutterPlatform
Implementers

Constructors

EZLogFlutterPlatform()
Constructs a EzlogFlutterPlatform.

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

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

Operators

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

Static Properties

instance EZLogFlutterPlatform
The default instance of EZLogFlutterPlatform to use.
getter/setter pair