|
| 1 | +pkg vlog, func Configure(...LoggingOpts) error |
| 2 | +pkg vlog, func ConfigureLibraryLoggerFromFlags() error |
| 3 | +pkg vlog, func ConfigureLoggerFromFlags(Logger) error |
| 4 | +pkg vlog, func Error(...interface{}) |
| 5 | +pkg vlog, func Errorf(string, ...interface{}) |
| 6 | +pkg vlog, func Fatal(...interface{}) |
| 7 | +pkg vlog, func Fatalf(string, ...interface{}) |
| 8 | +pkg vlog, func FlushLog() |
| 9 | +pkg vlog, func Info(...interface{}) |
| 10 | +pkg vlog, func InfoStack(bool) |
| 11 | +pkg vlog, func Infof(string, ...interface{}) |
| 12 | +pkg vlog, func LogCall(...interface{}) func(...interface{}) |
| 13 | +pkg vlog, func LogCallf(string, ...interface{}) func(string, ...interface{}) |
| 14 | +pkg vlog, func NewLogger(string) Logger |
| 15 | +pkg vlog, func Panic(...interface{}) |
| 16 | +pkg vlog, func Panicf(string, ...interface{}) |
| 17 | +pkg vlog, func Stats() LevelStats |
| 18 | +pkg vlog, func V(Level) bool |
| 19 | +pkg vlog, func VI(Level) InfoLog |
| 20 | +pkg vlog, method (*Level) Get(string) interface{} |
| 21 | +pkg vlog, method (*Level) Set(string) error |
| 22 | +pkg vlog, method (*Level) String() string |
| 23 | +pkg vlog, method (*StderrThreshold) Get(string) interface{} |
| 24 | +pkg vlog, method (*StderrThreshold) Set(string) error |
| 25 | +pkg vlog, method (*StderrThreshold) String() string |
| 26 | +pkg vlog, method (AlsoLogToStderr) LoggingOpt() |
| 27 | +pkg vlog, method (AutoFlush) LoggingOpt() |
| 28 | +pkg vlog, method (Level) LoggingOpt() |
| 29 | +pkg vlog, method (LogDir) LoggingOpt() |
| 30 | +pkg vlog, method (LogToStderr) LoggingOpt() |
| 31 | +pkg vlog, method (MaxStackBufSize) LoggingOpt() |
| 32 | +pkg vlog, method (ModuleSpec) LoggingOpt() |
| 33 | +pkg vlog, method (OverridePriorConfiguration) LoggingOpt() |
| 34 | +pkg vlog, method (StderrThreshold) LoggingOpt() |
| 35 | +pkg vlog, method (TraceLocation) LoggingOpt() |
| 36 | +pkg vlog, type AlsoLogToStderr bool |
| 37 | +pkg vlog, type AutoFlush bool |
| 38 | +pkg vlog, type InfoLog interface { Info, InfoStack, Infof } |
| 39 | +pkg vlog, type InfoLog interface, Info(...interface{}) |
| 40 | +pkg vlog, type InfoLog interface, InfoStack(bool) |
| 41 | +pkg vlog, type InfoLog interface, Infof(string, ...interface{}) |
| 42 | +pkg vlog, type Level llog.Level |
| 43 | +pkg vlog, type LevelStats llog.Stats |
| 44 | +pkg vlog, type LogDir string |
| 45 | +pkg vlog, type LogToStderr bool |
| 46 | +pkg vlog, type Logger interface { Configure, Error, Errorf, Fatal, Fatalf, FlushLog, Info, InfoStack, Infof, LogDir, Panic, Panicf, Stats, V, VI } |
| 47 | +pkg vlog, type Logger interface, Configure(...LoggingOpts) error |
| 48 | +pkg vlog, type Logger interface, Error(...interface{}) |
| 49 | +pkg vlog, type Logger interface, Errorf(string, ...interface{}) |
| 50 | +pkg vlog, type Logger interface, Fatal(...interface{}) |
| 51 | +pkg vlog, type Logger interface, Fatalf(string, ...interface{}) |
| 52 | +pkg vlog, type Logger interface, FlushLog() |
| 53 | +pkg vlog, type Logger interface, Info(...interface{}) |
| 54 | +pkg vlog, type Logger interface, InfoStack(bool) |
| 55 | +pkg vlog, type Logger interface, Infof(string, ...interface{}) |
| 56 | +pkg vlog, type Logger interface, LogDir() string |
| 57 | +pkg vlog, type Logger interface, Panic(...interface{}) |
| 58 | +pkg vlog, type Logger interface, Panicf(string, ...interface{}) |
| 59 | +pkg vlog, type Logger interface, Stats() LevelStats |
| 60 | +pkg vlog, type Logger interface, V(Level) bool |
| 61 | +pkg vlog, type Logger interface, VI(Level) InfoLog |
| 62 | +pkg vlog, type LoggingOpts interface { LoggingOpt } |
| 63 | +pkg vlog, type LoggingOpts interface, LoggingOpt() |
| 64 | +pkg vlog, type MaxStackBufSize int |
| 65 | +pkg vlog, type ModuleSpec struct |
| 66 | +pkg vlog, type ModuleSpec struct, embedded llog.ModuleSpec |
| 67 | +pkg vlog, type OverridePriorConfiguration bool |
| 68 | +pkg vlog, type Runtime interface { Logger, NewLogger } |
| 69 | +pkg vlog, type Runtime interface, Logger() Logger |
| 70 | +pkg vlog, type Runtime interface, NewLogger(string, ...LoggingOpts) (Logger, error) |
| 71 | +pkg vlog, type StderrThreshold llog.Severity |
| 72 | +pkg vlog, type TraceLocation struct |
| 73 | +pkg vlog, type TraceLocation struct, embedded llog.TraceLocation |
| 74 | +pkg vlog, type Verbosity interface { V, VI } |
| 75 | +pkg vlog, type Verbosity interface, V(Level) bool |
| 76 | +pkg vlog, type Verbosity interface, VI(Level) InfoLog |
| 77 | +pkg vlog, var Configured error |
| 78 | +pkg vlog, var Log *logger |
0 commit comments