swift-log-slack icon indicating copy to clipboard operation
swift-log-slack copied to clipboard

A logging backend for SwiftLog that sends log messages to Slack.

Results 2 swift-log-slack issues
Sort by recently updated
recently updated
newest added

instead of using the shared URLSession, allow passing one in. This allows users to pass a configued URLSession, e.g. one where they set themselves as the delegate of the session....

Hi, If I define a **Logger** instance inside of any class or struct, can't get any slack message. If it is inside a function scope, it works. By the way,...