ealogger
ealogger is a c++ library that provides a blazing fast and easy to use logging mechanism
ealogger API Documentation

Introduction

The easy asynchronous logger is a blazing fast and easy to use C++ logger library.

Installation

Installation and dependencies are covered in the README file

Usage

As you have already discovered ealogger is extensively documented using Doxygen. The latest version of the API docs are hosted at github.io. If you need a local version you can use doxygen to create one. There is a doxygen config file in the doc subfolder of the project.

The API documentation has two Modules that should be the first place for you if you want to learn about how to use ealogger.

I also advice you to have a look at the examples in the examples sub folder.

License

Copyright (C) 2013 - 2016 Christian Rapp

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.