Giter VIP home page Giter VIP logo

natty-log-ios's Introduction

NattyLog

Platform Carthage compatible CocoaPods compatible Swift Package Manager compatible License Codacy Badge

Requirements

  • iOS 10.0+
  • Xcode 10.2+
  • Swift 5+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate NattyLog into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'NattyLog'

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate NattyLog into your Xcode project using Carthage, specify it in your Cartfile:

github "nugu-developers/natty-log-ios" "1.2.3"

Then run carthage update.

Swift Package Manager

To integrate using Apple's Swift package manager, add the following as a dependency to your Package.swift:

dependencies: [
    .package(url: "https://github.com/nugu-developers/natty-log-ios.git", from: "1.2.3")
]

License

The contents of this repository is licensed under the Apache License, version 2.0.

natty-log-ios's People

Contributors

childc avatar minddol avatar nugu-dev-sdk avatar yhoonyk avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

natty-log-ios's Issues

Sharing "Natty" instance

Overview

If "NattyLog" framework manages an instance with the same label when it is initialized, the instance can be shared.

AS-IS

A.swift

let natty = Natty() // A and B have different instance

B.swift

let natty = Natty() // A and B have different instance

TO-DO

A.swift

let natty = Natty(label: "com.xxx.xxx") // A and B have same instance

B.swift

let natty = Natty(label: "com.xxx.xxx") // A and B have same instance

[Security] Workflow main.yml is using vulnerable action actions/checkout

The workflow main.yml is referencing action actions/checkout using references v1. However this reference is missing the commit a6747255bd19d7a757dbdda8c654a9f84db19839 which may contain fix to the some vulnerability.
The vulnerability fix that is missing by actions version could be related to:
(1) CVE fix
(2) upgrade of vulnerable dependency
(3) fix to secret leak and others.
Please consider to update the reference to the action.

Add "enable" property to enable the log.

Purpose

Be clearer to turn the log enable and disable.

AS-IS

let natty = Natty(by: NattyConfiguration(minLogLevel: .nothing))

TO-DO

let natty = Natty()
natty.logEnabled = false

Propose by @Minddol.

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.