- Appenders
- Filters
import Log
import StandardOutputAppender
let logger = Logger("example-logger", appender: StandardOutputAppender(), levels: .info)
logger.log("Hello, Zewo")
import PackageDescription
let package = Package(
dependencies: [
.Package(url: "https://github.com/Zewo/Log.git", majorVersion: 0, minor: 12)
]
)
If you need any help you can join our Slack and go to the #help channel. Or you can create a Github issue in our main repository. When stating your issue be sure to add enough details, specify what module is causing the problem and reproduction steps.
The entire Zewo code base is licensed under MIT. By contributing to Zewo you are contributing to an open and engaged community of brilliant Swift programmers. Join us on Slack to get to know us!
This project is released under the MIT license. See LICENSE for details.