package
0.0.0-20240917103525-9b5df31f4c33
Repository: https://github.com/vippsas/go-cosmosdb.git
Documentation: pkg.go.dev

# Functions

Adapt a logger implementing the StdLogger interface to the ExtendedLogger by delegating all method implementations to one of Print(), Printf() or Println().

# Interfaces

The ExtendedLogger interface matches the print methods with various severity levels provided by the loggers in the logrus library.
This interface matches the print methods of the logger in the standard log library.