Skip to content

Commit

Permalink
Merge pull request #12 from gokulnair2001/develop
Browse files Browse the repository at this point in the history
Doc Updation
  • Loading branch information
gokulnair2001 committed Jun 20, 2023
2 parents c277cbf + 3ae0832 commit 826184a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Sources/OSLogKit/Documentation.docc/Documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# ``OSLogKit``

A Layer 2 framework for OSLog which makes its adoption more easier⌨️

## Overview

OSLogKit is a layer 2 framework developed on top of the native OSLog system, aiming to simplify the integration of OSLog into your project. Apple has done an excellent job in ensuring that OSLogging is straightforward and easy to use. However, when it comes to implementing OSLog in your codebase, can be challenging.

To address this, OSLogKit has been developed, further simplifying the process of adopting OSLog. One notable advantage of OSLogKit is that it offers additional functionalities not available in the native API.

OSLogKit has a variety of Modifiers which makes OSLogKit adoption very easy. Don't worry if your code base is in UIKit, you can still adopt it quickly.

![OSLogKit](OSLogKit@2x.png)

## Topics

### Essentials

- ``OSLogKit``

### Types

- ``OSLogError``
- ``OSLogSpan``
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 826184a

@vercel
Copy link

@vercel vercel bot commented on 826184a Jun 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

oslogkit – ./

oslogkit.vercel.app
oslogkit-git-main-gokulnair2001.vercel.app
oslogkit-gokulnair2001.vercel.app

Please sign in to comment.