FLog class
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
Static Methods
-
applyConfigurations(LogsConfig config)
→ void
-
applyConfigurations
-
clearLogs()
→ Future<void>
-
clearLogs
-
debug({String? className, String? methodName, required String text, dynamic exception, String? dataLogType, StackTrace? stacktrace})
→ void
-
debug
-
deleteAllLogsByFilter({List<Filter>? filters})
→ Future<void>
-
deleteAllLogsByFilter
-
error({String? className, String? methodName, required String text, dynamic exception, String? dataLogType, StackTrace? stacktrace})
→ void
-
error
-
exportLogs()
→ Future<File>
-
exportLogs
-
fatal({String? className, String? methodName, required String text, dynamic exception, String? dataLogType, StackTrace? stacktrace})
→ void
-
fatal
-
getAllLogs()
→ Future<List<Log>>
-
getAllLogs
-
getAllLogsByCustomFilter({List<Filter>? filters})
→ Future<List<Log>>
-
getAllLogsByCustomFilter
-
getAllLogsByFilter({List<String>? dataLogsType, List<String>? logLevels, int? startTimeInMillis, int? endTimeInMillis, FilterType? filterType})
→ Future<List<Log>>
-
getAllLogsByFilter
-
getDefaultConfigurations()
→ LogsConfig
-
getDefaultConfigurations
-
info({String? className, String? methodName, required String text, dynamic exception, String? dataLogType, StackTrace? stacktrace})
→ void
-
info
-
logThis({String? className, String? methodName, required String text, required LogLevel type, dynamic exception, String? dataLogType, StackTrace? stacktrace})
→ void
-
logThis
-
printDataLogs({List<String>? dataLogsType, List<String>? logLevels, int? startTimeInMillis, int? endTimeInMillis, FilterType? filterType})
→ void
-
printDataLogs
-
printFileLogs()
→ void
-
printFileLogs
-
printLogs()
→ void
-
printLogs
-
severe({String? className, String? methodName, required String text, dynamic exception, String? dataLogType, StackTrace? stacktrace})
→ void
-
severe
-
trace({String? className, String? methodName, required String text, dynamic exception, String? dataLogType, StackTrace? stacktrace})
→ void
-
trace
-
warning({String? className, String? methodName, required String text, dynamic exception, String? dataLogType, StackTrace? stacktrace})
→ void
-
warning