ZohoSalesIQLogger class

Constructors

ZohoSalesIQLogger()

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

isEnabled Future<bool>
returns a boolean value that is used to determine whether the logger is enabled or not.
no setter
methodChannel MethodChannel
getter/setter pair

Static Methods

clearLogsForiOS() → void
Use this API to clear the Debug log
setEnabled(bool enable) → void
Sets the logger to be enabled when true is set else it'll be disabled.
setPathForiOS(String enable) → void
Sets the path for write the Debug log
writeLogForiOS(String log, Level level) Future<Null>
Use this API to write the Debug log with log type