Skip to content

emmanuelkehinde/Loggr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loggr

A simple logging solution for your iOS projects.

Loggr

Installation

Here is how to integrate the library into your iOS project.

Swift Package Manager

  • File > Swift Packages > Add Package Dependency
  • Add https://github.com/emmanuelkehinde/Loggr.git
  • Select "Up to Next Major" with "1.0.0"

Usage

import Loggr

// Debug
Loggr.logDebug("Debug Message")

// Info
Loggr.logInfo("Info Message")

// Error
Loggr.logError("Error Message")

// Warning
Loggr.logWarning("Warning Message")

About

A simple logging solution for your iOS projects. Based on my blog post https://emmanuelkehinde.io/creating-and-distributing-a-simple-ios-library-using-swift-package-manager/

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages