# Functions
NewCircularBuffer creates a circular buffer for log entries in memory.
Setup initializes logging with a given level.
SetupWithZapLogger initializes zap logging with a given logger and its level.
# Variables
RecentEntries implements zap logging entries interception and stores the last 1024 entries in circular buffer in memory.