Add logging macros.
commit241cf7225c319b5cd0843798ef8ab2289c9816aa
authorDavid Brodsky <trekie@sinister.cz>
Sun, 11 Jun 2006 22:31:33 +0000 (12 00:31 +0200)
committerDavid Brodsky <trekie@sinister.cz>
Sun, 25 Jun 2006 00:12:01 +0000 (25 02:12 +0200)
tree376262671f088c5aaafba6e036338f663f8a8177
parentd6f16b3fc4f520f3d6ca4c4bd673f6f49d6ec5bb
Add logging macros.

There are four macros implemented: ERROR, WARNING, INFO and DEBUG each taking
one string argument. The logging level is set via LOGLEVEL macro:
>= 0: ERROR
>= 1: WARNING
>= 2: INFO
>= 3: DEBUG
Jamrules
include/tairon/core/log.h [new symlink]
src/core/log.h [new file with mode: 0644]