Ignore:
Timestamp:
01/08/2007 00:18:50 (5 years ago)
Author:
chris
Message:

Replace almost all calls to syslog() with logging framework. (merges [1783])

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/general/lib/common/DebugPrintf.cpp

    r219 r1784  
    1414#include <stdio.h> 
    1515#include <stdarg.h> 
    16  
    17 #ifdef WIN32 
    18         #include "emu.h" 
    19 #else 
    20         #include <syslog.h> 
    21 #endif 
    2216 
    2317#include "MemLeakFindOn.h" 
Note: See TracChangeset for help on using the changeset viewer.