FastLog class

Constructors

FastLog()

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 Properties

availableLevels List<String>
no setter
currentLevelIndex int
no setter
currentLogLevel String
no setter

Static Methods

clearCache() → void
config({bool? showLog, bool? isColored, bool? showTime, bool? useEmoji, bool? showCaller, bool? prettyJson, String? logLevel, int? messageLimit, Map<String, String>? customEmojis, int? outputStyle}) → void
Configures FastLog with custom settings
d(dynamic message, {String tag = ""}) → void
debug(dynamic message, {String tag = ""}) → void
debugFast(String message) → void
e(dynamic message, {String tag = "", Object? error, StackTrace? stackTrace}) → void
error(dynamic message, {String tag = "", Object? error, StackTrace? stackTrace}) → void
errorFast(String message) → void
f(dynamic message, {String tag = "", Object? error, StackTrace? stackTrace}) → void
fatal(dynamic message, {String tag = "", Object? error, StackTrace? stackTrace}) → void
i(dynamic message, {String tag = ""}) → void
info(dynamic message, {String tag = ""}) → void
infoFast(String message) → void
setLogLevel(String level) → void
setOutputStyle(int style) → void
setPrettyJson(bool enabled) → void
t(dynamic message, {String tag = ""}) → void
trace(dynamic message, {String tag = ""}) → void
traceFast(String message) → void
w(dynamic message, {String tag = ""}) → void
warn(dynamic message, {String tag = ""}) → void
warnFast(String message) → void