You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many other libraries expect as an argument "Logging.Logger"
When I create new instance XCGLogger, I cant put this logger to the "PostgresKit" or any other libs because they w8 "Logger" type, not "XCGLogger"
Many other libraries expect as an argument "Logging.Logger"
When I create new instance XCGLogger, I cant put this logger to the "PostgresKit" or any other libs because they w8 "Logger" type, not "XCGLogger"
To solve this problem I need install some other lib: https://github.com/crspybits/swift-log-file/blob/main/Sources/FileLogging/swift_log_xcglogger.swift
I like the minimum number of dependent packages (:
Can u add a wrapper out of the box?
The text was updated successfully, but these errors were encountered: