Documentation
¶
Index ¶
- Variables
- type LogLevel
- type Logcat
- func (x *Logcat) ClearLevel()
- func (x *Logcat) ClearSave()
- func (x *Logcat) GetLevel() LogLevel
- func (x *Logcat) GetSave() bool
- func (x *Logcat) HasLevel() bool
- func (x *Logcat) HasSave() bool
- func (*Logcat) ProtoMessage()
- func (x *Logcat) ProtoReflect() protoreflect.Message
- func (x *Logcat) Reset()
- func (x *Logcat) SetLevel(v LogLevel)
- func (x *Logcat) SetSave(v bool)
- func (x *Logcat) String() string
- type Logcat_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var ( LogLevel_name = map[int32]string{ 0: "verbose", 1: "debug", 2: "info", 3: "warning", 4: "error", 5: "fatal", } LogLevel_value = map[string]int32{ "verbose": 0, "debug": 1, "info": 2, "warning": 3, "error": 4, "fatal": 5, } )
Enum value maps for LogLevel.
View Source
var File_config_log_log_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type LogLevel ¶
type LogLevel int32
func (LogLevel) Descriptor ¶
func (LogLevel) Descriptor() protoreflect.EnumDescriptor
func (LogLevel) Number ¶
func (x LogLevel) Number() protoreflect.EnumNumber
func (LogLevel) Type ¶
func (LogLevel) Type() protoreflect.EnumType
type Logcat ¶
type Logcat struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*Logcat) ClearLevel ¶ added in v0.3.8
func (x *Logcat) ClearLevel()
func (*Logcat) ProtoMessage ¶
func (*Logcat) ProtoMessage()
func (*Logcat) ProtoReflect ¶
func (x *Logcat) ProtoReflect() protoreflect.Message
type Logcat_builder ¶ added in v0.3.8
func (Logcat_builder) Build ¶ added in v0.3.8
func (b0 Logcat_builder) Build() *Logcat
Click to show internal directories.
Click to hide internal directories.