Skip to content

Commit

Permalink
Tweaked the bullet list in the README to not be so overly verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Sep 8, 2016
1 parent 30dae82 commit 6d657be
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,18 @@ Willow is a powerful, yet lightweight logging library written in Swift.

- [Features](#features)
- [Requirements](#requirements)
- [Migration Guides](#migration-guides)
- [Communication](#communication)
- [Installation](#installation)
- [CocoaPods](#cocoapods)
- [Carthage](#carthage)
- [Usage](#usage)
- [Creating a Logger](#creating-a-logger)
- [Logger Configuration](#logger-configuration)
- [Thread Safety](#thread-safety)
- [Logging Messages with Closures](#logging-messages-with-closures)
- [Single Line Closures](#single-line-closures)
- [Multi-Line Closures](#multi-line-closures)
- [Closure Performance](#closure-performance)
- [Disabling a Logger](#disabling-a-logger)
- [Synchronous and Asynchronous Logging](#synchronous-and-asynchronous-logging)
- [Synchronous Logging](#synchronous-logging)
- [Asynchronous Logging](#asynchronous-logging)
- [Log Message Modifiers](#log-message-modifiers)
- [Color Modifiers](#color-modifiers)
- [Multiple Modifiers](#multiple-modifiers)
- [Log Message Writers](#log-message-writers)
- [Multiple Writers](#multiple-writers)
- [Per LogLevel Writers](#per-loglevel-writers)
- [Advanced Usage](#advanced-usage)
- [Creating Custom Log Levels](#creating-custom-log-levels)
- [Shared Loggers between Frameworks](#shared-loggers-between-frameworks)
Expand Down

0 comments on commit 6d657be

Please sign in to comment.