Package-level declarations

Types

Link copied to clipboard
open class Logger(providerName: String)

Logger is a utility class that provides logging functionality for packages.

Link copied to clipboard

LogLevel is an enumeration that represents different levels of logging for packages.

Link copied to clipboard
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.