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 HERE SDK.
The severity hierarchy used by these APIs is described in LogLevel. Use LogAppender to further customize log handling at runtime after the configured HERE SDK threshold has been applied.
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 HERE SDK logging messages to console.
-
enableLoggingToConsole(
LogLevel level) → void - Enables HERE 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 HERE SDK log messages to a file.
-
setCustomAppender(
LogLevel level, LogAppender appender) → void - Sets a custom log appender to receive log messages from the HERE SDK.