LogHandler
# 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
Types
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
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Typed configuration for this log handler.
Content copied to clipboard
.google.protobuf.Any config = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Implementation type declared for this log handler.
Content copied to clipboard
string impl = 2;
Link copied to clipboard
Link copied to clipboard
Name of this logging handler.
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
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
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): LogHandler
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard