CyCoreSystems / ari

Golang Asterisk REST Interface (ARI) library
Apache License 2.0
180 stars 74 forks source link

switch to native slog #161

Closed Ulexus closed 10 months ago

Ulexus commented 10 months ago

Go finally has a stdlib leveled logger, which this change switches to using.

BREAKING change: the package-scoped Loggers have been replaced with client-attached Logger, which can be modified using the new client.SetLogger(*slog.Logger) method.


This change is Reviewable