LoggerOrBuilder

interface LoggerOrBuilder : MessageOrBuilder

Inheritors

Properties

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
abstract fun getDefaultInstanceForType(): Message
Link copied to clipboard
abstract fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
Link copied to clipboard
abstract fun getName(): String
Assigned name of the logger.
string name = 1;
Link copied to clipboard
abstract fun getNameBytes(): ByteString
Assigned name of the logger.
string name = 1;
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
abstract fun getRepeatedField(field: Descriptors.FieldDescriptor, index: Int): Any
Link copied to clipboard
abstract fun getRepeatedFieldCount(field: Descriptors.FieldDescriptor): Int
Link copied to clipboard
abstract fun getRoot(): Boolean
Whether this payload represents the root logger; `false` in all other cases.
bool root = 2;
Link copied to clipboard
abstract fun getSettings(): LoggerSettings
Settings applied to this logger; only available in some circumstances.
.elide.std.LoggerSettings settings = 3;
Link copied to clipboard
Settings applied to this logger; only available in some circumstances.
.elide.std.LoggerSettings settings = 3;
Link copied to clipboard
abstract fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun hasSettings(): Boolean
Settings applied to this logger; only available in some circumstances.
.elide.std.LoggerSettings settings = 3;
Link copied to clipboard
abstract fun isInitialized(): Boolean