/LCLogKit

LCLogKit is a lightweight Swift logger!

Primary LanguageSwiftMIT LicenseMIT

 LCLogKit is a lightweight Swift logger!


中文 | English

How to use

  • Debug output, do not show method names
LCLogKit.debug("Debug output", showFunction: false)
  • Normal output information
LCLogKit.info("General info")
  • Warning output information
LCLogKit.warning("Warning message")
  • Error output information
LCLogKit.error("Error occurred")

Preview

Installation

CocoaPods

LCLogKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'LCLogKit'

SwiftPackage

Add https://github.com/DevLiuSir/LCLogKit.git in the “Swift Package Manager” tab in Xcode.

License

MIT License

Copyright (c) 2024 Marvin

Author

DevLiuSir

Software Engineer