logog
logger optimized for games
logog - logger optimized for games

Download logog

Introduction

logog is a portable C++ library to facilitate logging of real-time events in performance-oriented applications, such as games. It is especially appropriate for projects that have constrained memory and constrained CPU requirements.

The latest documentation for logog is online at http://www.logog.org. You can download the latest tarball or zipfile here.

For the impatient, you can add logging functionality into your program within five minutes by reading the Quick start section.

Getting started

Basic functionality

Advanced functionality

Related topics

Getting help