xbmc
|
Implementation file for logging. More...
#include <stdarg.h>
#include "NptLogging.h"
#include "NptList.h"
#include "NptStreams.h"
#include "NptSockets.h"
#include "NptUtils.h"
#include "NptFile.h"
#include "NptSystem.h"
#include "NptConsole.h"
#include "NptDebug.h"
Classes | |
class | NPT_LogConsoleHandler |
class | NPT_LogFileHandler |
class | NPT_LogTcpHandler |
class | NPT_LogUdpHandler |
class | NPT_LogNullHandler |
class | NPT_LogCustomHandler |
class | NPT_LogManagerAutoDisabler |
class | NPT_LogManagerAutoLocker |
Functions | |
NPT_Result | NPT_GetSystemLogConfig (NPT_String &) |
Implementation file for logging.