SendLogger class

Constructors

SendLogger(String appTitle, {int keepRotateCount = 3, int rotateAtSizeBytes = 10 * 1024 * 1024, Duration rotateCheckInterval = const Duration(minutes: 5), bool logFileInDebugMode = false})

Properties

appTitle String
final
hashCode int
The hash code for this object.
no setterinherited
keepRotateCount int
final
logFileInDebugMode bool
final
rotateAtSizeBytes int
final
rotateCheckInterval Duration
final
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

getLogPath([String filename = '']) Future<String>
initialize({required String appTitle, required Level level, bool useLogFile = false, bool releaseMode = true}) Future<bool>
launchEmailLog(String appTitle, String email, String body) Future<bool>
setLevel(Level level) Future<bool>