InstabugLog class

Constructors

InstabugLog()

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

clearAllLogs() Future<void>
Clears Instabug internal log
logDebug(String message) Future<void>
Appends a log message to Instabug internal log These logs are then sent along the next uploaded report. All log messages are timestamped Note: logs passed to this method are NOT printed to console
logError(String message) Future<void>
Appends a log message to Instabug internal log These logs are then sent along the next uploaded report. All log messages are timestamped Note: logs passed to this method are NOT printed to console
logInfo(String message) Future<void>
Appends a log message to Instabug internal log These logs are then sent along the next uploaded report. All log messages are timestamped Note: logs passed to this method are NOT printed to console
logVerbose(String message) Future<void>
Appends a log message to Instabug internal log These logs are then sent along the next uploaded report. All log messages are timestamped Note: logs passed to this method are NOT printed to console
logWarn(String message) Future<void>
Appends a log message to Instabug internal log These logs are then sent along the next uploaded report. All log messages are timestamped Note: logs passed to this method are NOT printed to console