Documentation ¶
Index ¶
Constants ¶
View Source
const ( CLogSuccess = "_" CLogMethod = "method" CLogDecodeBody = "decode_body" CLogRedirect = "redirect" )
Variables ¶
This section is empty.
Functions ¶
func GetLogFunc ¶ added in v1.5.19
Types ¶
type ILogBuilder ¶ added in v1.5.19
type ILogBuilder interface { ILogGetterFactory WithMessage(string) ILogBuilder }
func NewLogBuilder ¶ added in v1.5.19
func NewLogBuilder(pService string, pR *http.Request) ILogBuilder
type ILogGetter ¶ added in v1.5.19
type ILogGetterFactory ¶ added in v1.5.21
type ILogGetterFactory interface {
Get() ILogGetter
}
Click to show internal directories.
Click to hide internal directories.