logflagi

package
v0.0.0-...-d423214 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2021 License: Apache-2.0, Apache-2.0 Imports: 1 Imported by: 7

Documentation

Overview

Package logflagi define log flag interface

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogFlagI

type LogFlagI interface {
	BitAnd(lf2 LogFlagI) LogFlagI
	BitOr(lf2 LogFlagI) LogFlagI
	BitNeg(lf2 LogFlagI) LogFlagI
	BitClear(lf2 LogFlagI) LogFlagI
	BitTest(lf2 LogFlagI) bool

	FlagString() string
	FormatHeader(
		buf *[]byte,
		calldepth int,
		now time.Time,
		prefix string, llinfo string)

	ParseHeader(buf []byte) (
		prefix string, llinfo string,
		datestr string, timestr string,
		filestr string,
		remainbuf []byte)
}

Jump to

Keyboard shortcuts

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