UnsupportedFeatureLogger

class UnsupportedFeatureLogger(providerName: String, mapElement: String) : Logger

UnsupportedFeatureLogger is a utility class that extends the Logger class to provide specific logging functionality for unsupported features.

It logs warnings when certain properties or methods in a map element are not supported.

Constructors

Link copied to clipboard
constructor(providerName: String, mapElement: String)

Functions

Link copied to clipboard
fun logFeatureSetterPartiallySupported(propertyName: String, extraInfo: String? = null)

Logs a warning message indicating that the setter for a certain property in the map element is partially supported.

Link copied to clipboard
fun logGetterNotSupported(propertyName: String)

Logs a warning message indicating that the getter for a certain property in the map element is not supported.

Link copied to clipboard
fun logNotSupported(propertyName: String)

Logs a warning message indicating that a certain property in the map element is not supported.

Link copied to clipboard
fun logSetterNotSupported(propertyName: String)

Logs a warning message indicating that the setter for a certain property in the map element is not supported.