ZeusBase-Library

3.3 LOG_Service

The LOG-Service is used as a binding module of a logging platform such as LOG4CXX from Apache. The module provides a simple interface to log messages out into a file or console.

The Zeus-Framework is able to run without this library. Default logging output is the console out (like printf()).

The opensource version of Zeus-Framework provides the LOG-Service module using Log4Cxx (from Apache). The library is available for Linux and Windows. Unfortunatly i couldn't build the borland version yet. That's why the windows version of Zeus-Framework has no LOG-Service.dll available yet.

Hint: Make sure you build the libraries as UNICODE (UTF-16). Zeus-Framework is based on UNICODE strings.