Logs class
Constructors
-
Logs()
-
factory
Methods
-
addLogEvent(LogEvent logEvent)
→ void
-
-
d(String title, [Object? exception, StackTrace? stackTrace])
→ void
-
-
e(String title, [Object? exception, StackTrace? stackTrace])
→ void
-
-
i(String title, [Object? exception, StackTrace? stackTrace])
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
v(String title, [Object? exception, StackTrace? stackTrace])
→ void
-
-
w(String title, [Object? exception, StackTrace? stackTrace])
→ void
-
-
wtf(String title, [Object? exception, StackTrace? stackTrace])
→ void
-
Static Properties
-
stackTraceConverter
↔ StackTrace? Function(StackTrace?)
-
Override this function if you want to convert a stacktrace for some reason
for example to apply a source map in the browser.
getter/setter pair