CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

LCLogKit 1.0.1

LCLogKit 1.0.1

Maintained by DevLiuSir.



LCLogKit 1.0.1

  • By
  • Marvin

 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