LogControl class abstract
This class provides functionality to enable/disable console logs as well as setting a custom log appender to receive log messages from the SDK.
Constructors
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
-
disableLoggingToConsole(
) → void - Disables SDK logging messages to console.
-
enableLoggingToConsole(
LogLevel level) → void - Enables SDK logging messages to console .
-
removeAppender(
) → void - Removes previously added custom log appender.
-
setAppender(
LogLevel level, String path) → void - Sets a custom log appender that will write SDK log messages to a file.
-
setCustomAppender(
LogLevel level, LogAppender appender) → void - Sets a custom log appender to receive log messages from the SDK.