Package-level declarations

Types

Link copied to clipboard
class Hash
Link copied to clipboard
enum HashAlgorithm : ProtocolMessageEnum
Specifies well-known hash algorithms.
Protobuf enum elide.std.HashAlgorithm
Link copied to clipboard
class Logger : GeneratedMessage, LoggerOrBuilder
# Logger

Describes a logger, which is a single named logging instance. Loggers are typically acquired at the point they are
used, or in an enclosing class, and are used to emit log messages at various levels of severity.
Protobuf type elide.std.Logger
Link copied to clipboard
object LoggerKt

Protobuf type elide.std.Logger

Link copied to clipboard
interface LoggerOrBuilder : MessageOrBuilder
Link copied to clipboard
class LoggerSettings : GeneratedMessage, LoggerSettingsOrBuilder
# Logger Settings

Describes a suite of settings which should apply to one or more logger instances.
Protobuf type elide.std.LoggerSettings
Link copied to clipboard

Protobuf type elide.std.LoggerSettings

Link copied to clipboard
interface LoggerSettingsOrBuilder : MessageOrBuilder
Link copied to clipboard
class Logging
Link copied to clipboard
class LoggingSettings : GeneratedMessage, LoggingSettingsOrBuilder
# Logging Settings

Describes general or default logging settings.
Protobuf type elide.std.LoggingSettings
Link copied to clipboard

Protobuf type elide.std.LoggingSettings

Link copied to clipboard
interface LoggingSettingsOrBuilder : MessageOrBuilder
Link copied to clipboard
class LogHandler : GeneratedMessage, LogHandlerOrBuilder
# Logging Handler

Describes a named "handler," which receives logs and acts on them in some manner. Logging handlers are typically
instantiated in a small set of objects which are shared with all loggers in a given application.
Protobuf type elide.std.LogHandler
Link copied to clipboard

Protobuf type elide.std.LogHandler

Link copied to clipboard
interface LogHandlerOrBuilder : MessageOrBuilder
Link copied to clipboard
enum LogLevel : ProtocolMessageEnum
# Log Level

Enumerates well-known or widely-recognized logging levels. These are used to indicate the severity of a given log
message, and to decide at what severity level log messages should be emitted.
Protobuf enum elide.std.LogLevel
Link copied to clipboard
class Version : GeneratedMessage, VersionOrBuilder
Specifies generic version information; comparable via "semver" (Semantic Versioning) semantics.
Protobuf type elide.std.Version
Link copied to clipboard
object VersionKt

Protobuf type elide.std.Version

Link copied to clipboard
interface VersionOrBuilder : MessageOrBuilder
Link copied to clipboard

Functions

Link copied to clipboard
@JvmName(name = "-initializelogger")
inline fun logger(block: LoggerKt.Dsl.() -> Unit): Logger
Link copied to clipboard
@JvmName(name = "-initializeloggerSettings")
inline fun loggerSettings(block: LoggerSettingsKt.Dsl.() -> Unit): LoggerSettings
Link copied to clipboard
@JvmName(name = "-initializeloggingSettings")
inline fun loggingSettings(block: LoggingSettingsKt.Dsl.() -> Unit): LoggingSettings
Link copied to clipboard
@JvmName(name = "-initializelogHandler")
inline fun logHandler(block: LogHandlerKt.Dsl.() -> Unit): LogHandler
Link copied to clipboard
@JvmName(name = "-initializeversion")
inline fun version(block: VersionKt.Dsl.() -> Unit): Version