log

package
v0.0.0-...-07af6e5 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	LogType_name = map[int32]string{
		0: "None",
		1: "Console",
		2: "File",
		3: "Event",
	}
	LogType_value = map[string]int32{
		"None":    0,
		"Console": 1,
		"File":    2,
		"Event":   3,
	}
)

Enum value maps for LogType.

View Source
var File_app_log_config_proto protoreflect.FileDescriptor

Functions

func RegisterHandlerCreator

func RegisterHandlerCreator(logType LogType, f HandlerCreator) error

Types

type Config

type Config struct {
	Error  *LogSpecification `protobuf:"bytes,6,opt,name=error,proto3" json:"error,omitempty"`
	Access *LogSpecification `protobuf:"bytes,7,opt,name=access,proto3" json:"access,omitempty"`
	// contains filtered or unexported fields
}

func (*Config) Descriptor deprecated

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

Deprecated: Use Config.ProtoReflect.Descriptor instead.

func (*Config) GetAccess

func (x *Config) GetAccess() *LogSpecification

func (*Config) GetError

func (x *Config) GetError() *LogSpecification

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) ProtoReflect

func (x *Config) ProtoReflect() protoreflect.Message

func (*Config) Reset

func (x *Config) Reset()

func (*Config) String

func (x *Config) String() string

type HandlerCreator

type HandlerCreator func(LogType, HandlerCreatorOptions) (log.Handler, error)

type HandlerCreatorOptions

type HandlerCreatorOptions struct {
	Path string
}

type Instance

type Instance struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

Instance is a log.Handler that handles logs.

func New

func New(ctx context.Context, config *Config) (*Instance, error)

New creates a new log.Instance based on the given config.

func (*Instance) AddFollower

func (g *Instance) AddFollower(f func(msg log.Message))

AddFollower implements log.Follower.

func (*Instance) Close

func (g *Instance) Close() error

Close implements common.Closable.Close().

func (*Instance) Handle

func (g *Instance) Handle(msg log.Message)

Handle implements log.Handler.

func (*Instance) RemoveFollower

func (g *Instance) RemoveFollower(f func(msg log.Message))

RemoveFollower implements log.Follower.

func (*Instance) Start

func (g *Instance) Start() error

Start implements common.Runnable.Start().

func (*Instance) Type

func (*Instance) Type() interface{}

Type implements common.HasType.

type LogSpecification

type LogSpecification struct {
	Type  LogType      `protobuf:"varint,1,opt,name=type,proto3,enum=v2ray.core.app.log.LogType" json:"type,omitempty"`
	Level log.Severity `protobuf:"varint,2,opt,name=level,proto3,enum=v2ray.core.common.log.Severity" json:"level,omitempty"`
	Path  string       `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*LogSpecification) Descriptor deprecated

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

Deprecated: Use LogSpecification.ProtoReflect.Descriptor instead.

func (*LogSpecification) GetLevel

func (x *LogSpecification) GetLevel() log.Severity

func (*LogSpecification) GetPath

func (x *LogSpecification) GetPath() string

func (*LogSpecification) GetType

func (x *LogSpecification) GetType() LogType

func (*LogSpecification) ProtoMessage

func (*LogSpecification) ProtoMessage()

func (*LogSpecification) ProtoReflect

func (x *LogSpecification) ProtoReflect() protoreflect.Message

func (*LogSpecification) Reset

func (x *LogSpecification) Reset()

func (*LogSpecification) String

func (x *LogSpecification) String() string

type LogType

type LogType int32
const (
	LogType_None    LogType = 0
	LogType_Console LogType = 1
	LogType_File    LogType = 2
	LogType_Event   LogType = 3
)

func (LogType) Descriptor

func (LogType) Descriptor() protoreflect.EnumDescriptor

func (LogType) Enum

func (x LogType) Enum() *LogType

func (LogType) EnumDescriptor deprecated

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

Deprecated: Use LogType.Descriptor instead.

func (LogType) Number

func (x LogType) Number() protoreflect.EnumNumber

func (LogType) String

func (x LogType) String() string

func (LogType) Type

func (LogType) Type() protoreflect.EnumType

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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