Log class

Live Templates For Android Studio you can add live templates to speedup your coding

Setup: Step 1: Download live templates configuration settings.zip file Step 2: Choose File | Manage IDE Settings | Import Settings from the menu Step 3: Specify the path to the settings archive Step 4: In the Import Settings dialog, select the Live templates checkbox and click OK Step 5: Restart the IDE

For more info visit https://www.jetbrains.com/help/idea/sharing-live-templates.html#example

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 Methods

d(String tag, String msg, {List<String>? references}) → void
Logging debug
e(String tag, String msg, {List<String>? references, dynamic exception, StackTrace? stackTrace}) → void
Logging an error
i(String tag, String msg, {List<String>? references}) → void
Logging information
init({bool logInDebugMode = true, bool logInProfileMode = true, bool logInReleaseMode = false, bool enableFirebaseCrashlyticsInDebug = false, bool enableFirebaseCrashlyticsInRelease = false}) → void
Initialize Log instance
setFirebaseCustomKey(String key, Object value) Future<void>
w(String tag, String msg, {List<String>? references, dynamic exception, StackTrace? stackTrace}) → void
Logging warning