Giter VIP home page Giter VIP logo

tcalogssheetkit's Introduction

TCALogsSheetKit

Table of contents

  1. Introduction
  2. Usage
  3. Installation
  4. Contribution
  5. Maintainers

Introduction

Lightweight customizable logger for iOS using Swift 5.7, with minimum iOS 14 version for TCA

Screenshot 2022-10-11 at 2 35 12 PM

Usage

Usage of TCALogsSheetKit is pretty straight-forward, since TCALogsSheetKit handles most of the work by itself.

In order to log any message, just add .log(isDebug: ) under your reducer.

  }
  .log(isDebug: true)

You also can add custom message if you want by simply doing:

  }
  .log(isDebug: true) { action in
    return "Riiid with \(action)"
  }

In order to open LogsSheetView, just present LogsSheet(), and that's it!

Installation

Riiid's LogsSheetKit can be installed through Swift Package Manager easily and with comfort.

let package = Package(
  name: "MyPackage",
  dependencies: [
    .package(url: "https://github.com/riiid/TCALogsSheetKit.git", .upToNextMajor(from: "1.0.0"))
  ],
  targets: [
    .target(name: "MyTarget", dependencies: ["TCALogsSheetKit"])
  ]
)

Contribution

Any discussion and or pull requests are welcome!

In order to contribute, please subbranch from main, and after finishing the work open PR to main branch. Please note that PR should be reviewed by 2 people from code owners!

Please provide as much information about your proposed changes as possible.

License

TCALogsSheetKit is under MIT license. See the LICENSE for more info.

tcalogssheetkit's People

Contributors

songjiyeon avatar tisohjung avatar yermukhanbet avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

yermukhanbet

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.