Skip to content

Commit

Permalink
Push version number 0.8.1
Browse files Browse the repository at this point in the history
Updated README with new toc and features section

[ci skip]

Signed-off-by: Christian Rapp <[email protected]>
  • Loading branch information
crapp committed May 28, 2016
1 parent e46cbbc commit d960fa7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(ealogger)
# Version Number
set(ealogger_VERSION_MAJOR 0)
set(ealogger_VERSION_MINOR 8)
set(ealogger_VERSION_PATCH 0)
set(ealogger_VERSION_PATCH 1)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)

option(BUILD_EXAMPLES "Build example and benchmark applications for ealogger" OFF)
Expand Down
30 changes: 20 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,29 @@ linux currently). It was tested on Linux, Windows and OS X.
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [ealogger](#ealogger)
- [Setting up ealogger](#setting-up-ealogger)
- [Usage](#usage)
- [API Documentation](#api-documentation)
- [Performance](#performance)
- [Development](#development)
- [Status](#status)
- [Bugs, feature requests, ideas](#bugs-feature-requests-ideas)
- [FAQ](#faq)
- [License](#license)
- [Features](#features)
- [Setting up ealogger](#setting-up-ealogger)
- [Usage](#usage)
- [API Documentation](#api-documentation)
- [Performance](#performance)
- [Development](#development)
- [Status](#status)
- [Bugs, feature requests, ideas](#bugs-feature-requests-ideas)
- [FAQ](#faq)
- [License](#license)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Features

* Write log files to different sinks like files, console, syslog
* Easy to add your own sinks/targets
* Very fast in asynchronous mode
* Simple to use and no dependencies
* Extensive API documentation using doxygen
* Cross Platform
* Unit Tests based on Catch

## Setting up ealogger

ealogger source code is hosted on [github.com](https://github.com/crapp/ealogger).
Expand Down

0 comments on commit d960fa7

Please sign in to comment.