Documentation ¶
Index ¶
- Constants
- Variables
- func Fastrandn(n uint32) uint32
- func Goid() int64
- func IsTerminal(fd uintptr) bool
- func Printf(format string, v ...any)
- func SlogNewJSONHandler(writer io.Writer, options *slog.HandlerOptions) slog.Handler
- type AsyncWriter
- type ConsoleWriter
- type Context
- type Entry
- func (e *Entry) AnErr(key string, err error) *Entry
- func (e *Entry) Any(key string, value any) *Entry
- func (e *Entry) Bool(key string, b bool) *Entry
- func (e *Entry) Bools(key string, b []bool) *Entry
- func (e *Entry) Byte(key string, val byte) *Entry
- func (e *Entry) Bytes(key string, val []byte) *Entry
- func (e *Entry) BytesOrNil(key string, val []byte) *Entry
- func (e *Entry) Caller(depth int) *Entry
- func (e *Entry) Context(ctx Context) *Entry
- func (e *Entry) Dict(key string, ctx Context) *Entry
- func (e *Entry) Discard() *Entry
- func (e *Entry) Dur(key string, d time.Duration) *Entry
- func (e *Entry) Durs(key string, d []time.Duration) *Entry
- func (e *Entry) EmbedObject(obj ObjectMarshaler) *Entry
- func (e *Entry) Enabled() bool
- func (e *Entry) Encode(key string, val []byte, enc interface{ ... }) *Entry
- func (e *Entry) Err(err error) *Entry
- func (e *Entry) Errs(key string, errs []error) *Entry
- func (e *Entry) Fields(fields Fields) *Entry
- func (e *Entry) Float32(key string, f float32) *Entry
- func (e *Entry) Float64(key string, f float64) *Entry
- func (e *Entry) Floats32(key string, f []float32) *Entry
- func (e *Entry) Floats64(key string, f []float64) *Entry
- func (e *Entry) Func(f func(e *Entry)) *Entry
- func (e *Entry) GoStringer(key string, val fmt.GoStringer) *Entry
- func (e *Entry) Hex(key string, val []byte) *Entry
- func (e *Entry) IPAddr(key string, ip net.IP) *Entry
- func (e *Entry) IPPrefix(key string, pfx net.IPNet) *Entry
- func (e *Entry) Int(key string, i int) *Entry
- func (e *Entry) Int16(key string, i int16) *Entry
- func (e *Entry) Int32(key string, i int32) *Entry
- func (e *Entry) Int64(key string, i int64) *Entry
- func (e *Entry) Int8(key string, i int8) *Entry
- func (e *Entry) Interface(key string, i any) *Entry
- func (e *Entry) Ints(key string, a []int) *Entry
- func (e *Entry) Ints16(key string, a []int16) *Entry
- func (e *Entry) Ints32(key string, a []int32) *Entry
- func (e *Entry) Ints64(key string, a []int64) *Entry
- func (e *Entry) Ints8(key string, a []int8) *Entry
- func (e *Entry) KeysAndValues(keysAndValues ...any) *Entry
- func (e *Entry) MACAddr(key string, ha net.HardwareAddr) *Entry
- func (e *Entry) Msg(msg string)
- func (e *Entry) Msgf(format string, v ...any)
- func (e *Entry) Msgs(args ...any)
- func (e *Entry) NetIPAddr(key string, ip netip.Addr) *Entry
- func (e *Entry) NetIPAddrPort(key string, ipPort netip.AddrPort) *Entry
- func (e *Entry) NetIPPrefix(key string, pfx netip.Prefix) *Entry
- func (e *Entry) Object(key string, obj ObjectMarshaler) *Entry
- func (e *Entry) Objects(key string, objects any) *Entry
- func (e *Entry) RawJSON(key string, b []byte) *Entry
- func (e *Entry) RawJSONStr(key string, s string) *Entry
- func (e *Entry) Stack() *Entry
- func (e *Entry) Str(key string, val string) *Entry
- func (e *Entry) StrInt(key string, val int64) *Entry
- func (e *Entry) Stringer(key string, val fmt.Stringer) *Entry
- func (e *Entry) Strs(key string, vals []string) *Entry
- func (e *Entry) Time(key string, t time.Time) *Entry
- func (e *Entry) TimeDiff(key string, t time.Time, start time.Time) *Entry
- func (e *Entry) TimeFormat(key string, timefmt string, t time.Time) *Entry
- func (e *Entry) Times(key string, a []time.Time) *Entry
- func (e *Entry) TimesFormat(key string, timefmt string, a []time.Time) *Entry
- func (e *Entry) Type(key string, v any) *Entry
- func (e *Entry) Uint(key string, i uint) *Entry
- func (e *Entry) Uint16(key string, i uint16) *Entry
- func (e *Entry) Uint32(key string, i uint32) *Entry
- func (e *Entry) Uint64(key string, i uint64) *Entry
- func (e *Entry) Uint8(key string, i uint8) *Entry
- func (e *Entry) Uints(key string, a []uint) *Entry
- func (e *Entry) Uints16(key string, a []uint16) *Entry
- func (e *Entry) Uints32(key string, a []uint32) *Entry
- func (e *Entry) Uints64(key string, a []uint64) *Entry
- func (e *Entry) Uints8(key string, a []uint8) *Entry
- func (e *Entry) Value() Context
- func (e *Entry) Xid(key string, xid [12]byte) *Entry
- type Fields
- type FileWriter
- type FormatterArgs
- type IOWriteCloser
- type IOWriter
- type JournalWriter
- type Level
- type LogfmtFormatter
- type Logger
- func (l *Logger) Debug() (e *Entry)
- func (l *Logger) Err(err error) (e *Entry)
- func (l *Logger) Error() (e *Entry)
- func (l *Logger) Fatal() (e *Entry)
- func (l *Logger) Info() (e *Entry)
- func (l *Logger) Log() (e *Entry)
- func (l *Logger) Panic() (e *Entry)
- func (l *Logger) Printf(format string, v ...any)
- func (l *Logger) SetLevel(level Level)
- func (l *Logger) Slog() *slog.Logger
- func (l *Logger) Std(prefix string, flag int) *stdLog.Logger
- func (l *Logger) Trace() (e *Entry)
- func (l *Logger) Warn() (e *Entry)
- func (l *Logger) WithLevel(level Level) (e *Entry)
- type MultiEntryWriter
- type MultiIOWriter
- type MultiLevelWriter
- type MultiWriter
- type ObjectMarshaler
- type SyslogWriter
- type TSVEntry
- func (e *TSVEntry) Bool(b bool) *TSVEntry
- func (e *TSVEntry) BoolString(b bool) *TSVEntry
- func (e *TSVEntry) Byte(b byte) *TSVEntry
- func (e *TSVEntry) Bytes(val []byte) *TSVEntry
- func (e *TSVEntry) Caller(depth int) *TSVEntry
- func (e *TSVEntry) Encode(key string, val []byte, enc interface{ ... }) *TSVEntry
- func (e *TSVEntry) Float32(f float32) *TSVEntry
- func (e *TSVEntry) Float64(f float64) *TSVEntry
- func (e *TSVEntry) IPAddr(ip net.IP) *TSVEntry
- func (e *TSVEntry) Int(i int) *TSVEntry
- func (e *TSVEntry) Int16(i int16) *TSVEntry
- func (e *TSVEntry) Int32(i int32) *TSVEntry
- func (e *TSVEntry) Int64(i int64) *TSVEntry
- func (e *TSVEntry) Int8(i int8) *TSVEntry
- func (e *TSVEntry) Msg()
- func (e *TSVEntry) NetIPAddr(ip netip.Addr) *TSVEntry
- func (e *TSVEntry) NetIPAddrPort(ipPort netip.AddrPort) *TSVEntry
- func (e *TSVEntry) NetIPPrefix(pfx netip.Prefix) *TSVEntry
- func (e *TSVEntry) Str(val string) *TSVEntry
- func (e *TSVEntry) Timestamp() *TSVEntry
- func (e *TSVEntry) TimestampMS() *TSVEntry
- func (e *TSVEntry) Uint(i uint) *TSVEntry
- func (e *TSVEntry) Uint16(i uint16) *TSVEntry
- func (e *TSVEntry) Uint32(i uint32) *TSVEntry
- func (e *TSVEntry) Uint64(i uint64) *TSVEntry
- func (e *TSVEntry) Uint8(i uint8) *TSVEntry
- type TSVLogger
- type Writer
- type WriterFunc
- type XID
- func (x XID) Counter() uint32
- func (x XID) Machine() []byte
- func (x XID) MarshalJSON() (dst []byte, err error)
- func (x XID) MarshalText() (dst []byte, err error)
- func (x XID) Pid() uint16
- func (x XID) String() string
- func (x XID) Time() time.Time
- func (x *XID) UnmarshalJSON(b []byte) (err error)
- func (x *XID) UnmarshalText(text []byte) (err error)
Constants ¶
const ErrInvalidXID = xidError("xid: invalid XID")
ErrInvalidXID is returned when trying to parse an invalid XID
const TimeFormatUnix = "\x01"
TimeFormatUnix defines a time format that makes time fields to be serialized as Unix timestamp integers.
const TimeFormatUnixMs = "\x02"
TimeFormatUnixMs defines a time format that makes time fields to be serialized as Unix timestamp integers in milliseconds.
const TimeFormatUnixWithMs = "\x03"
TimeFormatUnixWithMs defines a time format that makes time fields to be serialized as Unix timestamp timestamp floats.
Variables ¶
var DefaultLogger = Logger{ Level: DebugLevel, Caller: 0, TimeField: "", TimeFormat: "", Writer: IOWriter{os.Stderr}, }
DefaultLogger is the global logger.
var ErrAsyncWriterFull = errors.New("async writer is full")
Functions ¶
func Goid ¶ added in v1.0.29
func Goid() int64
Goid returns the current goroutine id. It exactly matches goroutine id of the stack trace.
func IsTerminal ¶
IsTerminal returns whether the given file descriptor is a terminal.
func Printf ¶
Printf sends a log entry without extra field. Arguments are handled in the manner of fmt.Printf.
func SlogNewJSONHandler ¶ added in v1.0.93
SlogNewJSONHandler returns a drop-in replacement of slog.NewJSONHandler.
Types ¶
type AsyncWriter ¶ added in v1.0.37
type AsyncWriter struct { // Writer specifies the writer of output. Writer Writer // ChannelSize is the size of the data channel, the default size is 1. ChannelSize uint // DiscardOnFull determines whether to discard new entry when the channel is full. DiscardOnFull bool // DisableWritev disables the writev syscall if the Writer is a FileWriter. DisableWritev bool // contains filtered or unexported fields }
AsyncWriter is a Writer that writes asynchronously.
func (*AsyncWriter) Close ¶ added in v1.0.37
func (w *AsyncWriter) Close() (err error)
Close implements io.Closer, and closes the underlying Writer.
func (*AsyncWriter) Write ¶ added in v1.0.37
func (w *AsyncWriter) Write(p []byte) (n int, err error)
Write implements io.Writer.
func (*AsyncWriter) WriteEntry ¶ added in v1.0.45
func (w *AsyncWriter) WriteEntry(e *Entry) (int, error)
WriteEntry implements Writer.
type ConsoleWriter ¶
type ConsoleWriter struct { // ColorOutput determines if used colorized output. ColorOutput bool // QuoteString determines if quoting string values. QuoteString bool // EndWithMessage determines if output message in the end. EndWithMessage bool // Formatter specifies an optional text formatter for creating a customized output, // If it is set, ColorOutput, QuoteString and EndWithMessage will be ignore. Formatter func(w io.Writer, args *FormatterArgs) (n int, err error) // Writer is the output destination. using os.Stderr if empty. Writer io.Writer }
ConsoleWriter parses the JSON input and writes it in a colorized, human-friendly format to Writer. IMPORTANT: Don't use ConsoleWriter on critical path of a high concurrency and low latency application.
Default output format:
{Time} {Level} {Goid} {Caller} > {Message} {Key}={Value} {Key}={Value}
Note: The performance of ConsoleWriter is not good enough, because it will parses JSON input into structured records, then output in a specific order. Roughly 2x faster than logrus.TextFormatter, 0.8x fast as zap.ConsoleEncoder, and 5x faster than zerolog.ConsoleWriter.
func (*ConsoleWriter) Close ¶ added in v1.0.39
func (w *ConsoleWriter) Close() (err error)
Close implements io.Closer, will closes the underlying Writer if not empty.
func (*ConsoleWriter) WriteEntry ¶ added in v1.0.46
func (w *ConsoleWriter) WriteEntry(e *Entry) (int, error)
WriteEntry implements Writer.
type Entry ¶ added in v1.0.45
type Entry struct { Level Level // contains filtered or unexported fields }
Entry represents a log entry. It is instanced by one of the level method of Logger and finalized by the Msg or Msgf method.
func NewContext ¶ added in v1.0.20
NewContext starts a new contextual entry.
func (*Entry) AnErr ¶ added in v1.0.45
AnErr adds the field key with serialized err to the logger context.
func (*Entry) BytesOrNil ¶ added in v1.0.45
BytesOrNil adds the field key with val as a string or nil to the entry.
func (*Entry) Caller ¶ added in v1.0.45
Caller adds the file:line of the "caller" key. If depth is negative, adds the full /path/to/file:line of the "caller" key.
func (*Entry) Durs ¶ added in v1.0.45
Durs adds the field key with val as a []time.Duration to the entry.
func (*Entry) EmbedObject ¶ added in v1.0.56
func (e *Entry) EmbedObject(obj ObjectMarshaler) *Entry
EmbedObject marshals and Embeds an object that implement the ObjectMarshaler interface.
func (*Entry) Enabled ¶ added in v1.0.45
Enabled return false if the entry is going to be filtered out by log level.
func (*Entry) Encode ¶ added in v1.0.91
func (e *Entry) Encode(key string, val []byte, enc interface { AppendEncode(dst, src []byte) []byte }) *Entry
Encode encodes bytes using enc.AppendEncode to the entry.
func (*Entry) Errs ¶ added in v1.0.45
Errs adds the field key with errs as an array of serialized errors to the entry.
func (*Entry) Fields ¶ added in v1.0.45
Fields is a helper function to use a map to set fields using type assertion.
func (*Entry) Float32 ¶ added in v1.0.45
Float32 adds the field key with f as a float32 to the entry.
func (*Entry) Float64 ¶ added in v1.0.45
Float64 adds the field key with f as a float64 to the entry.
func (*Entry) Floats32 ¶ added in v1.0.45
Floats32 adds the field key with f as a []float32 to the entry.
func (*Entry) Floats64 ¶ added in v1.0.45
Floats64 adds the field key with f as a []float64 to the entry.
func (*Entry) Func ¶ added in v1.0.75
Func allows an anonymous func to run only if the entry is enabled.
func (*Entry) GoStringer ¶ added in v1.0.45
func (e *Entry) GoStringer(key string, val fmt.GoStringer) *Entry
GoStringer adds the field key with val.GoStringer() to the entry.
func (*Entry) IPPrefix ¶ added in v1.0.45
IPPrefix adds IPv4 or IPv6 Prefix (address and mask) to the entry.
func (*Entry) Interface ¶ added in v1.0.45
Interface adds the field key with i marshaled using reflection.
func (*Entry) KeysAndValues ¶ added in v1.0.57
KeysAndValues sends keysAndValues to Entry
func (*Entry) MACAddr ¶ added in v1.0.45
func (e *Entry) MACAddr(key string, ha net.HardwareAddr) *Entry
MACAddr adds MAC address to the entry.
func (*Entry) Msg ¶ added in v1.0.45
Msg sends the entry with msg added as the message field if not empty.
func (*Entry) Msgf ¶ added in v1.0.45
Msgf sends the entry with formatted msg added as the message field if not empty.
func (*Entry) Msgs ¶ added in v1.0.57
Msgs sends the entry with msgs added as the message field if not empty.
func (*Entry) NetIPAddrPort ¶ added in v1.0.81
NetIPAddrPort adds IPv4 or IPv6 with Port Address to the entry.
func (*Entry) NetIPPrefix ¶ added in v1.0.81
NetIPPrefix adds IPv4 or IPv6 Prefix (address and mask) to the entry.
func (*Entry) Object ¶ added in v1.0.56
func (e *Entry) Object(key string, obj ObjectMarshaler) *Entry
Object marshals an object that implement the ObjectMarshaler interface.
func (*Entry) Objects ¶ added in v1.0.98
Objects marshals a slice of objects that implement the ObjectMarshaler interface.
func (*Entry) RawJSON ¶ added in v1.0.45
RawJSON adds already encoded JSON to the log line under key.
func (*Entry) RawJSONStr ¶ added in v1.0.45
RawJSONStr adds already encoded JSON String to the log line under key.
func (*Entry) Stack ¶ added in v1.0.45
Stack enables stack trace printing for the error passed to Err().
func (*Entry) StrInt ¶ added in v1.0.54
StrInt adds the field key with integer val as a string to the entry.
func (*Entry) Stringer ¶ added in v1.0.45
Stringer adds the field key with val.String() to the entry.
func (*Entry) Time ¶ added in v1.0.45
Time append append t formated as string using time.RFC3339Nano.
func (*Entry) TimeDiff ¶ added in v1.0.45
TimeDiff adds the field key with positive duration between time t and start. If time t is not greater than start, duration will be 0. Duration format follows the same principle as Dur().
func (*Entry) TimeFormat ¶ added in v1.0.45
TimeFormat append append t formated as string using timefmt.
func (*Entry) Times ¶ added in v1.0.62
Times append append a formated as string array using time.RFC3339Nano.
func (*Entry) TimesFormat ¶ added in v1.0.62
TimesFormat append append a formated as string array using timefmt.
func (*Entry) Uints16 ¶ added in v1.0.62
Uints16 adds the field key with i as a []uint16 to the entry.
func (*Entry) Uints32 ¶ added in v1.0.62
Uints32 adds the field key with i as a []uint32 to the entry.
func (*Entry) Uints64 ¶ added in v1.0.62
Uints64 adds the field key with i as a []uint64 to the entry.
type FileWriter ¶ added in v1.0.8
type FileWriter struct { // Filename is the file to write logs to. Backup log files will be retained // in the same directory. Filename string // MaxSize is the maximum size in bytes of the log file before it gets rotated. MaxSize int64 // MaxBackups is the maximum number of old log files to retain. The default // is to retain all old log files MaxBackups int // FileMode represents the file's mode and permission bits. The default // mode is 0644 FileMode os.FileMode // TimeFormat specifies the time format of filename, uses `2006-01-02T15-04-05` as default format. // If set with `TimeFormatUnix`, `TimeFormatUnixMs`, times are formated as UNIX timestamp. TimeFormat string // LocalTime determines if the time used for formatting the timestamps in // log files is the computer's local time. The default is to use UTC time. LocalTime bool // HostName determines if the hostname used for formatting in log files. HostName bool // ProcessID determines if the pid used for formatting in log files. ProcessID bool // EnsureFolder ensures the file directory creation before writing. EnsureFolder bool // Header specifies an optional header function of log file after rotation, Header func(fileinfo os.FileInfo) []byte // Cleaner specifies an optional cleanup function of log backups after rotation, // if not set, the default behavior is to delete more than MaxBackups log files. Cleaner func(filename string, maxBackups int, matches []os.FileInfo) // contains filtered or unexported fields }
FileWriter is an Writer that writes to the specified filename.
Backups use the log file name given to FileWriter, in the form `name.timestamp.ext` where name is the filename without the extension, timestamp is the time at which the log was rotated formatted with the time.Time format of `2006-01-02T15-04-05` and the extension is the original extension. For example, if your FileWriter.Filename is `/var/log/foo/server.log`, a backup created at 6:30pm on Nov 11 2016 would use the filename `/var/log/foo/server.2016-11-04T18-30-00.log`
Cleaning Up Old Log Files ¶
Whenever a new logfile gets created, old log files may be deleted. The most recent files according to filesystem modified time will be retained, up to a number equal to MaxBackups (or all of them if MaxBackups is 0). Note that the time encoded in the timestamp is the rotation time, which may differ from the last time that file was written to.
func (*FileWriter) Close ¶ added in v1.0.8
func (w *FileWriter) Close() (err error)
Close implements io.Closer, and closes the current logfile.
func (*FileWriter) Rotate ¶ added in v1.0.8
func (w *FileWriter) Rotate() (err error)
Rotate causes Logger to close the existing log file and immediately create a new one. This is a helper function for applications that want to initiate rotations outside of the normal rotation rules, such as in response to SIGHUP. After rotating, this initiates compression and removal of old log files according to the configuration.
func (*FileWriter) Write ¶ added in v1.0.8
func (w *FileWriter) Write(p []byte) (n int, err error)
Write implements io.Writer. If a write would cause the log file to be larger than MaxSize, the file is closed, rotate to include a timestamp of the current time, and update symlink with log name file to the new file.
func (*FileWriter) WriteEntry ¶ added in v1.0.46
func (w *FileWriter) WriteEntry(e *Entry) (n int, err error)
WriteEntry implements Writer. If a write would cause the log file to be larger than MaxSize, the file is closed, rotate to include a timestamp of the current time, and update symlink with log name file to the new file.
type FormatterArgs ¶ added in v1.0.46
type FormatterArgs struct { Time string // "2019-07-10T05:35:54.277Z" Level string // "info" Caller string // "prog.go:42" Goid string // "123" Stack string // "<stack string>" Message string // "a structure message" KeyValues []struct { Key string // "foo" Value string // "bar" ValueType byte // 's' } }
FormatterArgs is a parsed sturct from json input
func (*FormatterArgs) Get ¶ added in v1.0.57
func (args *FormatterArgs) Get(key string) (value string)
Get gets the value associated with the given key.
type IOWriteCloser ¶ added in v1.0.79
type IOWriteCloser struct {
io.WriteCloser
}
IOWriteCloser wraps an io.IOWriteCloser to Writer.
func (IOWriteCloser) Close ¶ added in v1.0.79
func (w IOWriteCloser) Close() (err error)
Close implements Writer.
func (IOWriteCloser) WriteEntry ¶ added in v1.0.79
func (w IOWriteCloser) WriteEntry(e *Entry) (n int, err error)
WriteEntry implements Writer.
type JournalWriter ¶ added in v1.0.34
type JournalWriter struct { // JournalSocket specifies socket name, using `/run/systemd/journal/socket` if empty. JournalSocket string // contains filtered or unexported fields }
JournalWriter is an Writer that writes logs to journald.
func (*JournalWriter) Close ¶ added in v1.0.34
func (w *JournalWriter) Close() (err error)
Close implements io.Closer.
func (*JournalWriter) WriteEntry ¶ added in v1.0.46
func (w *JournalWriter) WriteEntry(e *Entry) (n int, err error)
WriteEntry implements Writer.
type Level ¶
type Level uint32
Level defines log levels.
const ( // TraceLevel defines trace log level. TraceLevel Level = 1 // DebugLevel defines debug log level. DebugLevel Level = 2 // InfoLevel defines info log level. InfoLevel Level = 3 // WarnLevel defines warn log level. WarnLevel Level = 4 // ErrorLevel defines error log level. ErrorLevel Level = 5 // FatalLevel defines fatal log level. FatalLevel Level = 6 // PanicLevel defines panic log level. PanicLevel Level = 7 )
func ParseLevel ¶
ParseLevel converts a level string into a log Level value.
type LogfmtFormatter ¶ added in v1.0.82
type LogfmtFormatter struct {
TimeField string
}
func (LogfmtFormatter) Formatter ¶ added in v1.0.82
func (f LogfmtFormatter) Formatter(out io.Writer, args *FormatterArgs) (n int, err error)
type Logger ¶
type Logger struct { // Level defines log levels. Level Level // Caller determines if adds the file:line of the "caller" key. // If Caller is negative, adds the full /path/to/file:line of the "caller" key. Caller int // TimeField defines the time field name in output. It uses "time" in if empty. TimeField string // TimeFormat specifies the time format in output. It uses time.RFC3339 with milliseconds if empty. // Strongly recommended to leave TimeFormat empty for optimal built-in log formatting performance. // If set with `TimeFormatUnix`, `TimeFormatUnixMs`, times are formated as UNIX timestamp. TimeFormat string // TimeLocation specifics that the location which TimeFormat used. It uses time.Local if empty. TimeLocation *time.Location // Context specifies an optional context of logger. Context Context // Writer specifies the writer of output. It uses a wrapped os.Stderr Writer in if empty. Writer Writer }
A Logger represents an active logging object that generates lines of JSON output to an io.Writer.
func (*Logger) Err ¶ added in v1.0.61
Err starts a new message with error level with err as a field if not nil or with info level if err is nil.
func (*Logger) Printf ¶
Printf sends a log entry without extra field. Arguments are handled in the manner of fmt.Printf.
type MultiEntryWriter ¶ added in v1.0.72
type MultiEntryWriter []Writer
MultiEntryWriter is an array Writer that log to different writers
func (*MultiEntryWriter) Close ¶ added in v1.0.72
func (w *MultiEntryWriter) Close() (err error)
Close implements io.Closer, and closes the underlying MultiEntryWriter.
func (*MultiEntryWriter) WriteEntry ¶ added in v1.0.72
func (w *MultiEntryWriter) WriteEntry(e *Entry) (n int, err error)
WriteEntry implements entryWriter.
type MultiIOWriter ¶ added in v1.0.74
MultiIOWriter is an array io.Writer that log to different writers
func (*MultiIOWriter) Close ¶ added in v1.0.75
func (w *MultiIOWriter) Close() (err error)
Close implements io.Closer, and closes the underlying MultiIOWriter.
func (*MultiIOWriter) WriteEntry ¶ added in v1.0.74
func (w *MultiIOWriter) WriteEntry(e *Entry) (n int, err error)
WriteEntry implements entryWriter.
type MultiLevelWriter ¶ added in v1.0.75
type MultiLevelWriter struct { // InfoWriter specifies all the level logs writes to InfoWriter Writer // WarnWriter specifies the level greater than or equal to WarnLevel writes to WarnWriter Writer // WarnWriter specifies the level greater than or equal to ErrorLevel writes to ErrorWriter Writer // ConsoleWriter specifies the console writer ConsoleWriter Writer // ConsoleLevel specifies the level greater than or equal to it also writes to ConsoleLevel Level }
MultiLevelWriter is an Writer that log to different writers by different levels
func (*MultiLevelWriter) Close ¶ added in v1.0.75
func (w *MultiLevelWriter) Close() (err error)
Close implements io.Closer, and closes the underlying LeveledWriter.
func (*MultiLevelWriter) WriteEntry ¶ added in v1.0.75
func (w *MultiLevelWriter) WriteEntry(e *Entry) (n int, err error)
WriteEntry implements entryWriter.
type MultiWriter ¶ added in v1.0.34
type MultiWriter = MultiLevelWriter
MultiWriter is an alias for MultiLevelWriter
type ObjectMarshaler ¶ added in v1.0.63
type ObjectMarshaler interface {
MarshalObject(e *Entry)
}
ObjectMarshaler provides a strongly-typed and encoding-agnostic interface to be implemented by types used with Entry's Object methods.
type SyslogWriter ¶ added in v1.0.40
type SyslogWriter struct { // Network specifies network of the syslog server Network string // Address specifies address of the syslog server Address string // Hostname specifies hostname of the syslog message Hostname string // Tag specifies tag of the syslog message Tag string // Marker specifies prefix of the syslog message, e.g. `@cee:` Marker string // Dial specifies the dial function for creating TCP/TLS connections. Dial func(network, addr string) (net.Conn, error) // contains filtered or unexported fields }
SyslogWriter is an Writer that writes logs to a syslog server..
func (*SyslogWriter) Close ¶ added in v1.0.40
func (w *SyslogWriter) Close() (err error)
Close closes a connection to the syslog server.
func (*SyslogWriter) WriteEntry ¶ added in v1.0.46
func (w *SyslogWriter) WriteEntry(e *Entry) (n int, err error)
WriteEntry implements Writer, sends logs with priority to the syslog server.
type TSVEntry ¶ added in v1.0.45
type TSVEntry struct {
// contains filtered or unexported fields
}
TSVEntry represents a tsv log entry. It is instanced by one of TSVLogger and finalized by the Msg method.
func (*TSVEntry) Bool ¶ added in v1.0.45
Bool append the b as a bool to the entry, the value of output bool is 0 or 1.
func (*TSVEntry) BoolString ¶ added in v1.0.86
BoolString append the b as a bool to the entry, the value of output bool is false or true.
func (*TSVEntry) Encode ¶ added in v1.0.91
func (e *TSVEntry) Encode(key string, val []byte, enc interface { AppendEncode(dst, src []byte) []byte }) *TSVEntry
Encode encodes bytes using enc.AppendEncode to the entry.
func (*TSVEntry) NetIPAddrPort ¶ added in v1.0.81
NetIPAddrPort adds IPv4 or IPv6 with Port Address to the entry.
func (*TSVEntry) NetIPPrefix ¶ added in v1.0.81
NetIPPrefix adds IPv4 or IPv6 Prefix (address and mask) to the entry.
func (*TSVEntry) TimestampMS ¶ added in v1.0.45
TimestampMS adds the current time with milliseconds as UNIX timestamp
type TSVLogger ¶
TSVLogger represents an active logging object that generates lines of TSV output to an io.Writer.
type WriterFunc ¶ added in v1.0.93
The WriterFunc type is an adapter to allow the use of ordinary functions as log writers. If f is a function with the appropriate signature, WriterFunc(f) is a Writer that calls f.
func (WriterFunc) WriteEntry ¶ added in v1.0.93
func (f WriterFunc) WriteEntry(e *Entry) (int, error)
WriteEntry calls f(e).
type XID ¶ added in v1.0.48
type XID [12]byte
XID represents a unique request id
func NewXIDWithTime ¶ added in v1.0.50
NewXIDWithTime generates a globally unique XID with unix timestamp
func (XID) MarshalJSON ¶ added in v1.0.48
MarshalJSON implements encoding/json Marshaler interface
func (XID) MarshalText ¶ added in v1.0.48
MarshalText implements encoding/text TextMarshaler interface
func (XID) String ¶ added in v1.0.48
String returns a base32 hex lowercased representation of the id.
func (*XID) UnmarshalJSON ¶ added in v1.0.48
UnmarshalJSON implements encoding/json Unmarshaler interface
func (*XID) UnmarshalText ¶ added in v1.0.48
UnmarshalText implements encoding/text TextUnmarshaler interface