Versions in this module Expand all Collapse all v25 v25.1.30 Jan 31, 2025 v25.1.1 Jan 1, 2025 Changes in this version + func AllEqual(expected error, actual error) bool + func Cause(err error) error + func Combine(maybeError ...error) error + func GetSeverity(err error) log.Severity + func LogDebug(ctx context.Context, msg ...interface{}) + func LogDebugInner(ctx context.Context, inner error, msg ...interface{}) + func LogError(ctx context.Context, msg ...interface{}) + func LogErrorInner(ctx context.Context, inner error, msg ...interface{}) + func LogInfo(ctx context.Context, msg ...interface{}) + func LogInfoInner(ctx context.Context, inner error, msg ...interface{}) + func LogWarning(ctx context.Context, msg ...interface{}) + func LogWarningInner(ctx context.Context, inner error, msg ...interface{}) + func PrintDeprecatedFeatureWarning(feature string, migrateFeature string) + func PrintMigrateFeatureInfo(sourceFeature string, targetFeature string) + func PrintRemovedFeatureError(feature string, migrateFeature string) error + type Error struct + func New(msg ...interface{}) *Error + func (err *Error) AtDebug() *Error + func (err *Error) AtError() *Error + func (err *Error) AtInfo() *Error + func (err *Error) AtWarning() *Error + func (err *Error) Base(e error) *Error + func (err *Error) Error() string + func (err *Error) Severity() log.Severity + func (err *Error) String() string + func (err *Error) Unwrap() error + type ExportOption func(*ExportOptionHolder) + type ExportOptionHolder struct + SessionID uint32 Other modules containing this package github.com/xmplusdev/xray-core github.com/xmplusdev/xray-core/v24 github.com/xmplusdev/xray-core/v26