Used a more uniform of logging and added a commandline parser.
commita9fd058ec9f7b2ca37964b571f0fd404232b3468
authorSverre Rabbelier <sverre@rabbelier.nl>
Sat, 19 Apr 2008 12:13:25 +0000 (19 14:13 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Sat, 19 Apr 2008 12:13:25 +0000 (19 14:13 +0200)
treec0d4343dc016033c403c3495c2483a9604031ca2
parent81fdf528f3615ac7b6b31c0ec6f4507698217706
Used a more uniform of logging and added a commandline parser.

The following tags are currently in use:
[STATUS] used for printing general status messages during bool/shutdown/etc.
[LOG   ] used for general logging purposed (for example loggins)
[SQL   ] used when -s is set, which will is used to print sql the used statements.
[BUG   ] not used currently, was used for indicating bugs before
[ERROR ] used to report errors.
src/Server/main.cpp