logger: use names from opts

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-10-17 01:04:59 +03:00
parent 17698440ed
commit d4e6fb26f7
2 changed files with 13 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
package wrapper
func NewWrapper(l logger.Logger) logger.Logger {
}