Logger
# 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
Types
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
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Assigned name of the logger.
Content copied to clipboard
string name = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Settings applied to this logger; only available in some circumstances.
Content copied to clipboard
.elide.std.LoggerSettings settings = 3;
Link copied to clipboard
Settings applied to this logger; only available in some circumstances.
Content copied to clipboard
.elide.std.LoggerSettings settings = 3;
Link copied to clipboard
Link copied to clipboard
Settings applied to this logger; only available in some circumstances.
Content copied to clipboard
.elide.std.LoggerSettings settings = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard