Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 950 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 950 Bytes

Build status

master: Build Status dev: Build Status Carthage compatible License

SDNLogger

SDNLogger is a extendable logging platform supporting various severity levels.

About

SDNLogger is a consists of the main class Logger and one or more outputs. It also understands the concept batch sending and can flush outputs that support batching.

Defining new logger outputs is easy to do, just comply to the protocol LoggerOutput, and optionally BatchLoggerOutput.

Requirements

Requires Swift 5.1, and is targeting iOS 10+