MCPcopy Create free account
hub / github.com/devfeel/dotweb / Logger

Method Logger

dotweb.go:152–154  ·  view source on GitHub ↗

Logger return app's logger

()

Source from the content-addressed store, hash-verified

150
151// Logger return app's logger
152func (app *DotWeb) Logger() logger.AppLog {
153 return app.appLog
154}
155
156// StateInfo return app's ServerStateInfo
157func (app *DotWeb) StateInfo() *core.ServerStateInfo {

Callers 15

SetDevelopmentModeMethod · 0.95
SetMockMethod · 0.95
SetPProfConfigMethod · 0.95
SetLogPathMethod · 0.95
SetEnabledLogMethod · 0.95
ReSetConfigMethod · 0.95
ListenAndServeMethod · 0.95
initPluginsMethod · 0.95
initBindMiddlewareMethod · 0.95
initServerEnvironmentMethod · 0.95
printDotLogoMethod · 0.95
RegisterRouteMethod · 0.45

Calls

no outgoing calls

Tested by 1

newConfigDotWebFunction · 0.36