Package-level declarations

Types

Link copied to clipboard
object Bark

The purpose of this class is to serve as the main API object of this library, which provides themed logging methods and configuration.

Link copied to clipboard
object BarkConfig

iOS-specific configuration for barK.

Link copied to clipboard
enum Level : Enum<Level>

The purpose of this class is to define the different levels of logging that can be used with the library.

Link copied to clipboard
enum Pack : Enum<Pack>

The purpose of this enum class is to serve as the categorization distinction between different Trainer implementations, as to control how many of each kind can be used by the Bark system.

Link copied to clipboard
interface Trainer

Trainer interface for handling log messages in barK