Documentation
¶
Overview ¶
Package internalv2compat is an INTERNAL ONLY library provided for transitional projects that need to use baseplate v2 and v0 in the same module.
DO NOT USE THIS LIBRARY DIRECTLY. Breaking changes may be made to this package at any time.
Deprecated: This is an internal library and should not be used directly.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GlobalLogger ¶
func GlobalLogger() *zap.SugaredLogger
GlobalLogger is an inlineable accessor for the global logger to allow for injection from baseplate v2.
func OverrideLogger ¶
func OverrideLogger(logger *zap.SugaredLogger)
OverrideLogger allows baseplate v2 to override the global logger irrevocably.
func SetGlobalLogger ¶
func SetGlobalLogger(logger *zap.SugaredLogger)
SetGlobalLogger allows baseplate v0 to set the global logger.
func SetV2TracingEnabled ¶ added in v0.9.15
func SetV2TracingEnabled(enabled bool)
func V2TracingEnabled ¶ added in v0.9.15
func V2TracingEnabled() bool
Types ¶
Click to show internal directories.
Click to hide internal directories.