Package-level declarations
Types
Link copied to clipboard
Specifies well-known hash algorithms.
Content copied to clipboard
elide.std.HashAlgorithm
Link copied to clipboard
# 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.
Content copied to clipboard
elide.std.Logger
Link copied to clipboard
Link copied to clipboard
# Logger Settings
Describes a suite of settings which should apply to one or more logger instances.
Content copied to clipboard
elide.std.LoggerSettings
Link copied to clipboard
object LoggerSettingsKt
Protobuf type elide.std.LoggerSettings
Link copied to clipboard
Link copied to clipboard
# Logging Settings
Describes general or default logging settings.
Content copied to clipboard
elide.std.LoggingSettings
Link copied to clipboard
object LoggingSettingsKt
Protobuf type elide.std.LoggingSettings
Link copied to clipboard
Link copied to clipboard
# 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.
Content copied to clipboard
elide.std.LogHandler
Link copied to clipboard
object LogHandlerKt
Protobuf type elide.std.LogHandler
Link copied to clipboard
Link copied to clipboard
# 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.
Content copied to clipboard
elide.std.LogLevel
Link copied to clipboard
Specifies generic version information; comparable via "semver" (Semantic Versioning) semantics.
Content copied to clipboard
elide.std.Version
Link copied to clipboard
Link copied to clipboard
class VersionOuterClass
Properties
Functions
Link copied to clipboard
inline fun Version.CalendarVersioning.copy(block: VersionKt.CalendarVersioningKt.Dsl.() -> Unit): Version.CalendarVersioning
inline fun Version.NameVersioning.copy(block: VersionKt.NameVersioningKt.Dsl.() -> Unit): Version.NameVersioning
inline fun Version.SemanticVersioning.copy(block: VersionKt.SemanticVersioningKt.Dsl.() -> Unit): Version.SemanticVersioning
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard