v1

package
v0.49.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthLogs        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowLogs          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupLogs = fmt.Errorf("proto: unexpected end of group")
)
View Source
var LogRecordFlags_name = map[int32]string{
	0:   "LOG_RECORD_FLAG_UNSPECIFIED",
	255: "LOG_RECORD_FLAG_TRACE_FLAGS_MASK",
}
View Source
var LogRecordFlags_value = map[string]int32{
	"LOG_RECORD_FLAG_UNSPECIFIED":      0,
	"LOG_RECORD_FLAG_TRACE_FLAGS_MASK": 255,
}
View Source
var SeverityNumber_name = map[int32]string{
	0:  "SEVERITY_NUMBER_UNSPECIFIED",
	1:  "SEVERITY_NUMBER_TRACE",
	2:  "SEVERITY_NUMBER_TRACE2",
	3:  "SEVERITY_NUMBER_TRACE3",
	4:  "SEVERITY_NUMBER_TRACE4",
	5:  "SEVERITY_NUMBER_DEBUG",
	6:  "SEVERITY_NUMBER_DEBUG2",
	7:  "SEVERITY_NUMBER_DEBUG3",
	8:  "SEVERITY_NUMBER_DEBUG4",
	9:  "SEVERITY_NUMBER_INFO",
	10: "SEVERITY_NUMBER_INFO2",
	11: "SEVERITY_NUMBER_INFO3",
	12: "SEVERITY_NUMBER_INFO4",
	13: "SEVERITY_NUMBER_WARN",
	14: "SEVERITY_NUMBER_WARN2",
	15: "SEVERITY_NUMBER_WARN3",
	16: "SEVERITY_NUMBER_WARN4",
	17: "SEVERITY_NUMBER_ERROR",
	18: "SEVERITY_NUMBER_ERROR2",
	19: "SEVERITY_NUMBER_ERROR3",
	20: "SEVERITY_NUMBER_ERROR4",
	21: "SEVERITY_NUMBER_FATAL",
	22: "SEVERITY_NUMBER_FATAL2",
	23: "SEVERITY_NUMBER_FATAL3",
	24: "SEVERITY_NUMBER_FATAL4",
}
View Source
var SeverityNumber_value = map[string]int32{
	"SEVERITY_NUMBER_UNSPECIFIED": 0,
	"SEVERITY_NUMBER_TRACE":       1,
	"SEVERITY_NUMBER_TRACE2":      2,
	"SEVERITY_NUMBER_TRACE3":      3,
	"SEVERITY_NUMBER_TRACE4":      4,
	"SEVERITY_NUMBER_DEBUG":       5,
	"SEVERITY_NUMBER_DEBUG2":      6,
	"SEVERITY_NUMBER_DEBUG3":      7,
	"SEVERITY_NUMBER_DEBUG4":      8,
	"SEVERITY_NUMBER_INFO":        9,
	"SEVERITY_NUMBER_INFO2":       10,
	"SEVERITY_NUMBER_INFO3":       11,
	"SEVERITY_NUMBER_INFO4":       12,
	"SEVERITY_NUMBER_WARN":        13,
	"SEVERITY_NUMBER_WARN2":       14,
	"SEVERITY_NUMBER_WARN3":       15,
	"SEVERITY_NUMBER_WARN4":       16,
	"SEVERITY_NUMBER_ERROR":       17,
	"SEVERITY_NUMBER_ERROR2":      18,
	"SEVERITY_NUMBER_ERROR3":      19,
	"SEVERITY_NUMBER_ERROR4":      20,
	"SEVERITY_NUMBER_FATAL":       21,
	"SEVERITY_NUMBER_FATAL2":      22,
	"SEVERITY_NUMBER_FATAL3":      23,
	"SEVERITY_NUMBER_FATAL4":      24,
}

Functions

This section is empty.

Types

type InstrumentationLibraryLogs deprecated

type InstrumentationLibraryLogs struct {
	// The instrumentation library information for the logs in this message.
	// Semantically when InstrumentationLibrary isn't set, it is equivalent with
	// an empty instrumentation library name (unknown).
	InstrumentationLibrary v11.InstrumentationLibrary `protobuf:"bytes,1,opt,name=instrumentation_library,json=instrumentationLibrary,proto3" json:"instrumentation_library"`
	// A list of logs that originate from an instrumentation library.
	LogRecords []*LogRecord `protobuf:"bytes,2,rep,name=log_records,json=logRecords,proto3" json:"log_records,omitempty"`
	// This schema_url applies to all logs in the "logs" field.
	SchemaUrl string `protobuf:"bytes,3,opt,name=schema_url,json=schemaUrl,proto3" json:"schema_url,omitempty"`
}

A collection of Logs produced by an InstrumentationLibrary. InstrumentationLibraryLogs is wire-compatible with ScopeLogs for binary Protobuf format. This message is deprecated and will be removed on June 15, 2022.

Deprecated: Do not use.

func (*InstrumentationLibraryLogs) Descriptor

func (*InstrumentationLibraryLogs) Descriptor() ([]byte, []int)

func (*InstrumentationLibraryLogs) GetInstrumentationLibrary

func (m *InstrumentationLibraryLogs) GetInstrumentationLibrary() v11.InstrumentationLibrary

func (*InstrumentationLibraryLogs) GetLogRecords

func (m *InstrumentationLibraryLogs) GetLogRecords() []*LogRecord

func (*InstrumentationLibraryLogs) GetSchemaUrl

func (m *InstrumentationLibraryLogs) GetSchemaUrl() string

func (*InstrumentationLibraryLogs) Marshal

func (m *InstrumentationLibraryLogs) Marshal() (dAtA []byte, err error)

func (*InstrumentationLibraryLogs) MarshalTo

func (m *InstrumentationLibraryLogs) MarshalTo(dAtA []byte) (int, error)

func (*InstrumentationLibraryLogs) MarshalToSizedBuffer

func (m *InstrumentationLibraryLogs) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InstrumentationLibraryLogs) ProtoMessage

func (*InstrumentationLibraryLogs) ProtoMessage()

func (*InstrumentationLibraryLogs) Reset

func (m *InstrumentationLibraryLogs) Reset()

func (*InstrumentationLibraryLogs) Size

func (m *InstrumentationLibraryLogs) Size() (n int)

func (*InstrumentationLibraryLogs) String

func (m *InstrumentationLibraryLogs) String() string

func (*InstrumentationLibraryLogs) Unmarshal

func (m *InstrumentationLibraryLogs) Unmarshal(dAtA []byte) error

func (*InstrumentationLibraryLogs) XXX_DiscardUnknown

func (m *InstrumentationLibraryLogs) XXX_DiscardUnknown()

func (*InstrumentationLibraryLogs) XXX_Marshal

func (m *InstrumentationLibraryLogs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InstrumentationLibraryLogs) XXX_Merge

func (m *InstrumentationLibraryLogs) XXX_Merge(src proto.Message)

func (*InstrumentationLibraryLogs) XXX_Size

func (m *InstrumentationLibraryLogs) XXX_Size() int

func (*InstrumentationLibraryLogs) XXX_Unmarshal

func (m *InstrumentationLibraryLogs) XXX_Unmarshal(b []byte) error

type LogRecord

type LogRecord struct {
	// time_unix_nano is the time when the event occurred.
	// Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January 1970.
	// Value of 0 indicates unknown or missing timestamp.
	TimeUnixNano uint64 `protobuf:"fixed64,1,opt,name=time_unix_nano,json=timeUnixNano,proto3" json:"time_unix_nano,omitempty"`
	// Time when the event was observed by the collection system.
	// For events that originate in OpenTelemetry (e.g. using OpenTelemetry Logging SDK)
	// this timestamp is typically set at the generation time and is equal to Timestamp.
	// For events originating externally and collected by OpenTelemetry (e.g. using
	// Collector) this is the time when OpenTelemetry's code observed the event measured
	// by the clock of the OpenTelemetry code. This field MUST be set once the event is
	// observed by OpenTelemetry.
	//
	// For converting OpenTelemetry log data to formats that support only one timestamp or
	// when receiving OpenTelemetry log data by recipients that support only one timestamp
	// internally the following logic is recommended:
	//   - Use time_unix_nano if it is present, otherwise use observed_time_unix_nano.
	//
	// Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January 1970.
	// Value of 0 indicates unknown or missing timestamp.
	ObservedTimeUnixNano uint64 `` /* 128-byte string literal not displayed */
	// Numerical value of the severity, normalized to values described in Log Data Model.
	// [Optional].
	SeverityNumber SeverityNumber `` /* 152-byte string literal not displayed */
	// The severity text (also known as log level). The original string representation as
	// it is known at the source. [Optional].
	SeverityText string `protobuf:"bytes,3,opt,name=severity_text,json=severityText,proto3" json:"severity_text,omitempty"`
	// Short event identifier that does not contain varying parts. Name describes
	// what happened (e.g. "ProcessStarted"). Recommended to be no longer than 50
	// characters. Not guaranteed to be unique in any way. [Optional].
	// This deprecated field is planned to be removed March 15, 2022. Receivers can
	// ignore this field.
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // Deprecated: Do not use.
	// A value containing the body of the log record. Can be for example a human-readable
	// string message (including multi-line) describing the event in a free form or it can
	// be a structured data composed of arrays and maps of other values. [Optional].
	Body v11.AnyValue `protobuf:"bytes,5,opt,name=body,proto3" json:"body"`
	// Additional attributes that describe the specific event occurrence. [Optional].
	// Attribute keys MUST be unique (it is not allowed to have more than one
	// attribute with the same key).
	Attributes             []v11.KeyValue `protobuf:"bytes,6,rep,name=attributes,proto3" json:"attributes"`
	DroppedAttributesCount uint32         `` /* 130-byte string literal not displayed */
	// Flags, a bit field. 8 least significant bits are the trace flags as
	// defined in W3C Trace Context specification. 24 most significant bits are reserved
	// and must be set to 0. Readers must not assume that 24 most significant bits
	// will be zero and must correctly mask the bits when reading 8-bit trace flag (use
	// flags & TRACE_FLAGS_MASK). [Optional].
	Flags uint32 `protobuf:"fixed32,8,opt,name=flags,proto3" json:"flags,omitempty"`
	// A unique identifier for a trace. All logs from the same trace share
	// the same `trace_id`. The ID is a 16-byte array. An ID with all zeroes
	// is considered invalid. Can be set for logs that are part of request processing
	// and have an assigned trace id. [Optional].
	TraceId go_opentelemetry_io_collector_pdata_internal_data.TraceID `` /* 141-byte string literal not displayed */
	// A unique identifier for a span within a trace, assigned when the span
	// is created. The ID is an 8-byte array. An ID with all zeroes is considered
	// invalid. Can be set for logs that are part of a particular processing span.
	// If span_id is present trace_id SHOULD be also present. [Optional].
	SpanId go_opentelemetry_io_collector_pdata_internal_data.SpanID `` /* 138-byte string literal not displayed */
}

A log record according to OpenTelemetry Log Data Model: https://github.com/open-telemetry/oteps/blob/main/text/logs/0097-log-data-model.md

func (*LogRecord) Descriptor

func (*LogRecord) Descriptor() ([]byte, []int)

func (*LogRecord) GetAttributes

func (m *LogRecord) GetAttributes() []v11.KeyValue

func (*LogRecord) GetBody

func (m *LogRecord) GetBody() v11.AnyValue

func (*LogRecord) GetDroppedAttributesCount

func (m *LogRecord) GetDroppedAttributesCount() uint32

func (*LogRecord) GetFlags

func (m *LogRecord) GetFlags() uint32

func (*LogRecord) GetName deprecated

func (m *LogRecord) GetName() string

Deprecated: Do not use.

func (*LogRecord) GetObservedTimeUnixNano

func (m *LogRecord) GetObservedTimeUnixNano() uint64

func (*LogRecord) GetSeverityNumber

func (m *LogRecord) GetSeverityNumber() SeverityNumber

func (*LogRecord) GetSeverityText

func (m *LogRecord) GetSeverityText() string

func (*LogRecord) GetTimeUnixNano

func (m *LogRecord) GetTimeUnixNano() uint64

func (*LogRecord) Marshal

func (m *LogRecord) Marshal() (dAtA []byte, err error)

func (*LogRecord) MarshalTo

func (m *LogRecord) MarshalTo(dAtA []byte) (int, error)

func (*LogRecord) MarshalToSizedBuffer

func (m *LogRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LogRecord) ProtoMessage

func (*LogRecord) ProtoMessage()

func (*LogRecord) Reset

func (m *LogRecord) Reset()

func (*LogRecord) Size

func (m *LogRecord) Size() (n int)

func (*LogRecord) String

func (m *LogRecord) String() string

func (*LogRecord) Unmarshal

func (m *LogRecord) Unmarshal(dAtA []byte) error

func (*LogRecord) XXX_DiscardUnknown

func (m *LogRecord) XXX_DiscardUnknown()

func (*LogRecord) XXX_Marshal

func (m *LogRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogRecord) XXX_Merge

func (m *LogRecord) XXX_Merge(src proto.Message)

func (*LogRecord) XXX_Size

func (m *LogRecord) XXX_Size() int

func (*LogRecord) XXX_Unmarshal

func (m *LogRecord) XXX_Unmarshal(b []byte) error

type LogRecordFlags

type LogRecordFlags int32

Masks for LogRecord.flags field.

const (
	LogRecordFlags_LOG_RECORD_FLAG_UNSPECIFIED      LogRecordFlags = 0
	LogRecordFlags_LOG_RECORD_FLAG_TRACE_FLAGS_MASK LogRecordFlags = 255
)

func (LogRecordFlags) EnumDescriptor

func (LogRecordFlags) EnumDescriptor() ([]byte, []int)

func (LogRecordFlags) String

func (x LogRecordFlags) String() string

type LogsData

type LogsData struct {
	// An array of ResourceLogs.
	// For data coming from a single resource this array will typically contain
	// one element. Intermediary nodes that receive data from multiple origins
	// typically batch the data before forwarding further and in that case this
	// array will contain multiple elements.
	ResourceLogs []*ResourceLogs `protobuf:"bytes,1,rep,name=resource_logs,json=resourceLogs,proto3" json:"resource_logs,omitempty"`
}

LogsData represents the logs data that can be stored in a persistent storage, OR can be embedded by other protocols that transfer OTLP logs data but do not implement the OTLP protocol.

The main difference between this message and collector protocol is that in this message there will not be any "control" or "metadata" specific to OTLP protocol.

When new fields are added into this message, the OTLP request MUST be updated as well.

func (*LogsData) Descriptor

func (*LogsData) Descriptor() ([]byte, []int)

func (*LogsData) GetResourceLogs

func (m *LogsData) GetResourceLogs() []*ResourceLogs

func (*LogsData) Marshal

func (m *LogsData) Marshal() (dAtA []byte, err error)

func (*LogsData) MarshalTo

func (m *LogsData) MarshalTo(dAtA []byte) (int, error)

func (*LogsData) MarshalToSizedBuffer

func (m *LogsData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LogsData) ProtoMessage

func (*LogsData) ProtoMessage()

func (*LogsData) Reset

func (m *LogsData) Reset()

func (*LogsData) Size

func (m *LogsData) Size() (n int)

func (*LogsData) String

func (m *LogsData) String() string

func (*LogsData) Unmarshal

func (m *LogsData) Unmarshal(dAtA []byte) error

func (*LogsData) XXX_DiscardUnknown

func (m *LogsData) XXX_DiscardUnknown()

func (*LogsData) XXX_Marshal

func (m *LogsData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogsData) XXX_Merge

func (m *LogsData) XXX_Merge(src proto.Message)

func (*LogsData) XXX_Size

func (m *LogsData) XXX_Size() int

func (*LogsData) XXX_Unmarshal

func (m *LogsData) XXX_Unmarshal(b []byte) error

type ResourceLogs

type ResourceLogs struct {
	// The resource for the logs in this message.
	// If this field is not set then resource info is unknown.
	Resource v1.Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource"`
	// A list of ScopeLogs that originate from a resource.
	ScopeLogs []*ScopeLogs `protobuf:"bytes,2,rep,name=scope_logs,json=scopeLogs,proto3" json:"scope_logs,omitempty"`
	// A list of InstrumentationLibraryLogs that originate from a resource.
	// This field is deprecated and will be removed after grace period expires on June 15, 2022.
	//
	// During the grace period the following rules SHOULD be followed:
	//
	// For Binary Protobufs
	// ====================
	// Binary Protobuf senders SHOULD NOT set instrumentation_library_logs. Instead
	// scope_logs SHOULD be set.
	//
	// Binary Protobuf receivers SHOULD check if instrumentation_library_logs is set
	// and scope_logs is not set then the value in instrumentation_library_logs
	// SHOULD be used instead by converting InstrumentationLibraryLogs into ScopeLogs.
	// If scope_logs is set then instrumentation_library_logs SHOULD be ignored.
	//
	// For JSON
	// ========
	// JSON senders that set instrumentation_library_logs field MAY also set
	// scope_logs to carry the same logs, essentially double-publishing the same data.
	// Such double-publishing MAY be controlled by a user-settable option.
	// If double-publishing is not used then the senders SHOULD set scope_logs and
	// SHOULD NOT set instrumentation_library_logs.
	//
	// JSON receivers SHOULD check if instrumentation_library_logs is set and
	// scope_logs is not set then the value in instrumentation_library_logs
	// SHOULD be used instead by converting InstrumentationLibraryLogs into ScopeLogs.
	// If scope_logs is set then instrumentation_library_logs field SHOULD be ignored.
	InstrumentationLibraryLogs []*InstrumentationLibraryLogs `` // Deprecated: Do not use.
	/* 144-byte string literal not displayed */
	// This schema_url applies to the data in the "resource" field. It does not apply
	// to the data in the "scope_logs" field which have their own schema_url field.
	SchemaUrl string `protobuf:"bytes,3,opt,name=schema_url,json=schemaUrl,proto3" json:"schema_url,omitempty"`
}

A collection of ScopeLogs from a Resource.

func (*ResourceLogs) Descriptor

func (*ResourceLogs) Descriptor() ([]byte, []int)

func (*ResourceLogs) GetInstrumentationLibraryLogs deprecated

func (m *ResourceLogs) GetInstrumentationLibraryLogs() []*InstrumentationLibraryLogs

Deprecated: Do not use.

func (*ResourceLogs) GetResource

func (m *ResourceLogs) GetResource() v1.Resource

func (*ResourceLogs) GetSchemaUrl

func (m *ResourceLogs) GetSchemaUrl() string

func (*ResourceLogs) GetScopeLogs

func (m *ResourceLogs) GetScopeLogs() []*ScopeLogs

func (*ResourceLogs) Marshal

func (m *ResourceLogs) Marshal() (dAtA []byte, err error)

func (*ResourceLogs) MarshalTo

func (m *ResourceLogs) MarshalTo(dAtA []byte) (int, error)

func (*ResourceLogs) MarshalToSizedBuffer

func (m *ResourceLogs) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResourceLogs) ProtoMessage

func (*ResourceLogs) ProtoMessage()

func (*ResourceLogs) Reset

func (m *ResourceLogs) Reset()

func (*ResourceLogs) Size

func (m *ResourceLogs) Size() (n int)

func (*ResourceLogs) String

func (m *ResourceLogs) String() string

func (*ResourceLogs) Unmarshal

func (m *ResourceLogs) Unmarshal(dAtA []byte) error

func (*ResourceLogs) XXX_DiscardUnknown

func (m *ResourceLogs) XXX_DiscardUnknown()

func (*ResourceLogs) XXX_Marshal

func (m *ResourceLogs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourceLogs) XXX_Merge

func (m *ResourceLogs) XXX_Merge(src proto.Message)

func (*ResourceLogs) XXX_Size

func (m *ResourceLogs) XXX_Size() int

func (*ResourceLogs) XXX_Unmarshal

func (m *ResourceLogs) XXX_Unmarshal(b []byte) error

type ScopeLogs

type ScopeLogs struct {
	// The instrumentation scope information for the logs in this message.
	// Semantically when InstrumentationScope isn't set, it is equivalent with
	// an empty instrumentation scope name (unknown).
	Scope v11.InstrumentationScope `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope"`
	// A list of log records.
	LogRecords []*LogRecord `protobuf:"bytes,2,rep,name=log_records,json=logRecords,proto3" json:"log_records,omitempty"`
	// This schema_url applies to all logs in the "logs" field.
	SchemaUrl string `protobuf:"bytes,3,opt,name=schema_url,json=schemaUrl,proto3" json:"schema_url,omitempty"`
}

A collection of Logs produced by a Scope.

func (*ScopeLogs) Descriptor

func (*ScopeLogs) Descriptor() ([]byte, []int)

func (*ScopeLogs) GetLogRecords

func (m *ScopeLogs) GetLogRecords() []*LogRecord

func (*ScopeLogs) GetSchemaUrl

func (m *ScopeLogs) GetSchemaUrl() string

func (*ScopeLogs) GetScope

func (m *ScopeLogs) GetScope() v11.InstrumentationScope

func (*ScopeLogs) Marshal

func (m *ScopeLogs) Marshal() (dAtA []byte, err error)

func (*ScopeLogs) MarshalTo

func (m *ScopeLogs) MarshalTo(dAtA []byte) (int, error)

func (*ScopeLogs) MarshalToSizedBuffer

func (m *ScopeLogs) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ScopeLogs) ProtoMessage

func (*ScopeLogs) ProtoMessage()

func (*ScopeLogs) Reset

func (m *ScopeLogs) Reset()

func (*ScopeLogs) Size

func (m *ScopeLogs) Size() (n int)

func (*ScopeLogs) String

func (m *ScopeLogs) String() string

func (*ScopeLogs) Unmarshal

func (m *ScopeLogs) Unmarshal(dAtA []byte) error

func (*ScopeLogs) XXX_DiscardUnknown

func (m *ScopeLogs) XXX_DiscardUnknown()

func (*ScopeLogs) XXX_Marshal

func (m *ScopeLogs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ScopeLogs) XXX_Merge

func (m *ScopeLogs) XXX_Merge(src proto.Message)

func (*ScopeLogs) XXX_Size

func (m *ScopeLogs) XXX_Size() int

func (*ScopeLogs) XXX_Unmarshal

func (m *ScopeLogs) XXX_Unmarshal(b []byte) error

type SeverityNumber

type SeverityNumber int32

Possible values for LogRecord.SeverityNumber.

const (
	// UNSPECIFIED is the default SeverityNumber, it MUST NOT be used.
	SeverityNumber_SEVERITY_NUMBER_UNSPECIFIED SeverityNumber = 0
	SeverityNumber_SEVERITY_NUMBER_TRACE       SeverityNumber = 1
	SeverityNumber_SEVERITY_NUMBER_TRACE2      SeverityNumber = 2
	SeverityNumber_SEVERITY_NUMBER_TRACE3      SeverityNumber = 3
	SeverityNumber_SEVERITY_NUMBER_TRACE4      SeverityNumber = 4
	SeverityNumber_SEVERITY_NUMBER_DEBUG       SeverityNumber = 5
	SeverityNumber_SEVERITY_NUMBER_DEBUG2      SeverityNumber = 6
	SeverityNumber_SEVERITY_NUMBER_DEBUG3      SeverityNumber = 7
	SeverityNumber_SEVERITY_NUMBER_DEBUG4      SeverityNumber = 8
	SeverityNumber_SEVERITY_NUMBER_INFO        SeverityNumber = 9
	SeverityNumber_SEVERITY_NUMBER_INFO2       SeverityNumber = 10
	SeverityNumber_SEVERITY_NUMBER_INFO3       SeverityNumber = 11
	SeverityNumber_SEVERITY_NUMBER_INFO4       SeverityNumber = 12
	SeverityNumber_SEVERITY_NUMBER_WARN        SeverityNumber = 13
	SeverityNumber_SEVERITY_NUMBER_WARN2       SeverityNumber = 14
	SeverityNumber_SEVERITY_NUMBER_WARN3       SeverityNumber = 15
	SeverityNumber_SEVERITY_NUMBER_WARN4       SeverityNumber = 16
	SeverityNumber_SEVERITY_NUMBER_ERROR       SeverityNumber = 17
	SeverityNumber_SEVERITY_NUMBER_ERROR2      SeverityNumber = 18
	SeverityNumber_SEVERITY_NUMBER_ERROR3      SeverityNumber = 19
	SeverityNumber_SEVERITY_NUMBER_ERROR4      SeverityNumber = 20
	SeverityNumber_SEVERITY_NUMBER_FATAL       SeverityNumber = 21
	SeverityNumber_SEVERITY_NUMBER_FATAL2      SeverityNumber = 22
	SeverityNumber_SEVERITY_NUMBER_FATAL3      SeverityNumber = 23
	SeverityNumber_SEVERITY_NUMBER_FATAL4      SeverityNumber = 24
)

func (SeverityNumber) EnumDescriptor

func (SeverityNumber) EnumDescriptor() ([]byte, []int)

func (SeverityNumber) String

func (x SeverityNumber) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL