MCPcopy Create free account
hub / github.com/kataras/iris / Logger

Method Logger

context/application.go:21–21  ·  view source on GitHub ↗

Logger returns the golog logger instance(pointer) that is being used inside the "app".

()

Source from the content-addressed store, hash-verified

19
20 // Logger returns the golog logger instance(pointer) that is being used inside the "app".
21 Logger() *golog.Logger
22 // IsDebug reports whether the application is running
23 // under debug/development mode.
24 // It's just a shortcut of Logger().Level >= golog.DebugLevel.

Callers 5

DefaultLoggerFunction · 0.65
OnConnectionCloseErrMethod · 0.65
OnCloseErrMethod · 0.65
handleContextErrorMethod · 0.65
CookieEncodingFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected