log

package
v1.66.0 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2024 License: MIT Imports: 16 Imported by: 24

Documentation

Overview

Package log provides logging for rclone

Index

Constants

This section is empty.

Variables

View Source
var DefaultOpt = Options{
	Format:         "date,time",
	SyslogFacility: "DAEMON",
}

DefaultOpt is the default values used for Opt

Opt is the options for the logger

Functions

func InitLogging

func InitLogging()

InitLogging start the logging as per the command line flags

func NewCallerHook

func NewCallerHook(levels ...logrus.Level) logrus.Hook

NewCallerHook use to make a hook

func Redirected

func Redirected() bool

Redirected returns true if the log has been redirected from stdout

func Stack added in v1.50.0

func Stack(o interface{}, info string)

Stack logs a stack trace of callers with the o and info passed in

func Trace

func Trace(o interface{}, format string, a ...interface{}) func(string, ...interface{})

Trace debugs the entry and exit of the calling function

It is designed to be used in a defer statement, so it returns a function that logs the exit parameters.

Any pointers in the exit function will be dereferenced

Types

type CallerHook

type CallerHook struct {
	Field string
	Skip  int
	// contains filtered or unexported fields
}

CallerHook for log the calling file and line of the fine

func (*CallerHook) Fire

func (h *CallerHook) Fire(entry *logrus.Entry) error

Fire logs the information of context (filename and line)

func (*CallerHook) Levels

func (h *CallerHook) Levels() []logrus.Level

Levels implement applied hook to which levels

type Options added in v1.51.0

type Options struct {
	File              string // Log everything to this file
	Format            string // Comma separated list of log format options
	UseSyslog         bool   // Use Syslog for logging
	SyslogFacility    string // Facility for syslog, e.g. KERN,USER,...
	LogSystemdSupport bool   // set if using systemd logging
}

Options contains options for controlling the logging

Directories

Path Synopsis
Package logflags implements command line flags to set up the log
Package logflags implements command line flags to set up the log

Jump to

Keyboard shortcuts

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