Documentation ¶
Index ¶
- Variables
- type Log
- func (*Log) Descriptor() ([]byte, []int)deprecated
- func (x *Log) GetAddress() string
- func (x *Log) GetCodeSnippet() map[uint32]string
- func (x *Log) GetFileName() string
- func (x *Log) GetLanguage() string
- func (x *Log) GetLineNumber() uint32
- func (x *Log) GetMessage() string
- func (x *Log) GetMessageType() string
- func (x *Log) GetStack() []*backtrace_data.BacktraceData
- func (x *Log) GetUuid() string
- func (x *Log) GetWarnings() []string
- func (*Log) ProtoMessage()
- func (x *Log) ProtoReflect() protoreflect.Message
- func (x *Log) Reset()
- func (x *Log) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_log_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log struct { // NOTE: This field should be generated by CodeCtrl gRPC servers, any value // assigned to it by loggers will be overwritten. Therefore, leave it as a // blank. Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Stack []*backtrace_data.BacktraceData `protobuf:"bytes,2,rep,name=stack,proto3" json:"stack,omitempty"` LineNumber uint32 `protobuf:"varint,3,opt,name=lineNumber,proto3" json:"lineNumber,omitempty"` CodeSnippet map[uint32]string `` /* 164-byte string literal not displayed */ Message string `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"` MessageType string `protobuf:"bytes,6,opt,name=messageType,proto3" json:"messageType,omitempty"` FileName string `protobuf:"bytes,7,opt,name=fileName,proto3" json:"fileName,omitempty"` // NOTE: This field should be generated by CodeCtrl gRPC servers, any value // assigned to it by loggers will be overwritten. Therefore, leave it as a // blank. Address string `protobuf:"bytes,8,opt,name=address,proto3" json:"address,omitempty"` Language string `protobuf:"bytes,9,opt,name=language,proto3" json:"language,omitempty"` Warnings []string `protobuf:"bytes,10,rep,name=warnings,proto3" json:"warnings,omitempty"` // contains filtered or unexported fields }
Main log message for use when sending to a CodeCtrl gRPC server.
func (*Log) Descriptor
deprecated
func (*Log) GetAddress ¶
func (*Log) GetCodeSnippet ¶
func (*Log) GetFileName ¶
func (*Log) GetLanguage ¶
func (*Log) GetLineNumber ¶
func (*Log) GetMessage ¶
func (*Log) GetMessageType ¶
func (*Log) GetStack ¶
func (x *Log) GetStack() []*backtrace_data.BacktraceData
func (*Log) GetWarnings ¶
func (*Log) ProtoMessage ¶
func (*Log) ProtoMessage()
func (*Log) ProtoReflect ¶
func (x *Log) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.