logging

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GoUnusedProtection__ int

Functions

This section is empty.

Types

type TGetJavaLogLevelsResult_

type TGetJavaLogLevelsResult_ struct {
	LogLevels []string `thrift:"log_levels,1,required" db:"log_levels" json:"log_levels"`
}

Attributes:

  • LogLevels

func NewTGetJavaLogLevelsResult_

func NewTGetJavaLogLevelsResult_() *TGetJavaLogLevelsResult_

func (*TGetJavaLogLevelsResult_) Equals added in v0.16.0

func (*TGetJavaLogLevelsResult_) GetLogLevels

func (p *TGetJavaLogLevelsResult_) GetLogLevels() []string

func (*TGetJavaLogLevelsResult_) Read

func (*TGetJavaLogLevelsResult_) ReadField1

func (p *TGetJavaLogLevelsResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TGetJavaLogLevelsResult_) String

func (p *TGetJavaLogLevelsResult_) String() string

func (*TGetJavaLogLevelsResult_) Write

type TLogLevel

type TLogLevel int64
const (
	TLogLevel_VLOG_3 TLogLevel = 0
	TLogLevel_VLOG_2 TLogLevel = 1
	TLogLevel_VLOG   TLogLevel = 2
	TLogLevel_INFO   TLogLevel = 3
	TLogLevel_WARN   TLogLevel = 4
	TLogLevel_ERROR  TLogLevel = 5
	TLogLevel_FATAL  TLogLevel = 6
)

func TLogLevelFromString

func TLogLevelFromString(s string) (TLogLevel, error)

func TLogLevelPtr

func TLogLevelPtr(v TLogLevel) *TLogLevel

func (TLogLevel) MarshalText

func (p TLogLevel) MarshalText() ([]byte, error)

func (*TLogLevel) Scan

func (p *TLogLevel) Scan(value interface{}) error

func (TLogLevel) String

func (p TLogLevel) String() string

func (*TLogLevel) UnmarshalText

func (p *TLogLevel) UnmarshalText(text []byte) error

func (*TLogLevel) Value

func (p *TLogLevel) Value() (driver.Value, error)

type TSetJavaLogLevelParams

type TSetJavaLogLevelParams struct {
	ClassName string `thrift:"class_name,1,required" db:"class_name" json:"class_name"`
	LogLevel  string `thrift:"log_level,2,required" db:"log_level" json:"log_level"`
}

Attributes:

  • ClassName
  • LogLevel

func NewTSetJavaLogLevelParams

func NewTSetJavaLogLevelParams() *TSetJavaLogLevelParams

func (*TSetJavaLogLevelParams) Equals added in v0.16.0

func (*TSetJavaLogLevelParams) GetClassName

func (p *TSetJavaLogLevelParams) GetClassName() string

func (*TSetJavaLogLevelParams) GetLogLevel

func (p *TSetJavaLogLevelParams) GetLogLevel() string

func (*TSetJavaLogLevelParams) Read

func (*TSetJavaLogLevelParams) ReadField1

func (p *TSetJavaLogLevelParams) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TSetJavaLogLevelParams) ReadField2

func (p *TSetJavaLogLevelParams) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TSetJavaLogLevelParams) String

func (p *TSetJavaLogLevelParams) String() string

func (*TSetJavaLogLevelParams) Write

Jump to

Keyboard shortcuts

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