Documentation ¶
Index ¶
- Variables
- type Event
- func (*Event) Descriptor() ([]byte, []int)
- func (m *Event) GetFile() string
- func (m *Event) GetLevel() Level
- func (m *Event) GetLine() int64
- func (m *Event) GetTime() *vttime.Time
- func (m *Event) GetValue() string
- func (*Event) ProtoMessage()
- func (m *Event) Reset()
- func (m *Event) String() string
- func (m *Event) XXX_DiscardUnknown()
- func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Event) XXX_Merge(src proto.Message)
- func (m *Event) XXX_Size() int
- func (m *Event) XXX_Unmarshal(b []byte) error
- type Level
Constants ¶
This section is empty.
Variables ¶
View Source
var Level_name = map[int32]string{
0: "INFO",
1: "WARNING",
2: "ERROR",
3: "CONSOLE",
}
View Source
var Level_value = map[string]int32{
"INFO": 0,
"WARNING": 1,
"ERROR": 2,
"CONSOLE": 3,
}
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { Time *vttime.Time `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"` Level Level `protobuf:"varint,2,opt,name=level,proto3,enum=logutil.Level" json:"level,omitempty"` File string `protobuf:"bytes,3,opt,name=file,proto3" json:"file,omitempty"` Line int64 `protobuf:"varint,4,opt,name=line,proto3" json:"line,omitempty"` Value string `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Event is a single logging event
func (*Event) Descriptor ¶
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) XXX_DiscardUnknown ¶
func (m *Event) XXX_DiscardUnknown()
func (*Event) XXX_Marshal ¶
func (*Event) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.