Logger

class Logger

Information about a logger

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The component that will be subject to logging.

Link copied to clipboard
val id: String?

A descriptive or arbitrary ID for the logger. This value must be unique within the logger definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.

Link copied to clipboard

The level of the logs.

Link copied to clipboard
val space: Int?

The amount of file space, in KB, to use if the local file system is used for logging purposes.

Link copied to clipboard

The type of log output which will be used.

Functions

Link copied to clipboard
inline fun copy(block: Logger.Builder.() -> Unit = {}): Logger
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String