Git Product home page Git Product logo

logr's Introduction

Hello there! ๐Ÿ‘‹

  • :octocat: A software developer who loves to create things
  • ๐Ÿ“ Personal blog

nakkht stats languages

Connect with me:

Linkedin Twitter

logr's People

Contributors

nakkht avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

logr's Issues

Message introduction

Motivation: To enable easier extensibility, aggregates LogLevel, message and meta info into message struct.

Introduction of FileTarget

FileTarget for writing logs to a file.
Some of the configurations to consider:

  • File name
  • File rotation (based on day/file size)
  • File rotation suffixes (increments of one: 1, 2, 3, 4)
  • How many files to archive (keep last n files)

Expose struct initialisers as public

Motivation: default initializer for struct is internal, which means it is inaccessible from outside library.
Initializer has to be reverted back to public.

Dispatch queue for file target not configurable

FileTarget has a dispatch queue which is not configurable.
FileTargetConfig should allow setting dispatch queue explicitly. If not provided, it should default to the one provided by the library.

Carthage support

Motivation: In conjunction to CocoaPods and SPM, Carthage support should be added if plausible.

Add logging style options

Available logging style options for targets:

  • Verbose (Full information is used in logging target - file/function/line/level title/message)
  • Minimal (Minimal information is used in logging target - level title/message)

Enable force archive action

Force archive action should give opportunity for the client to archive current log file regardless of the specified conditions in the configuration file.

Add more documentation

Further documentation on how to use the library:

  • Reference to the demo project
  • Manual integration
  • Cocoa pods intgration

Log level support

Introduce log levels, including configuration options:

  • min level
  • max level
  • specific levels

Add unit test

Unit tests for:

  • ConsoleTarget class

  • Logr class

  • LogrService class

  • Config class

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.