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) }
Click to show internal directories.
Click to hide internal directories.