Pantheios Win32 Console Stock Back-end Flags
[Pantheios Win32 Console Stock Back-end]


Detailed Description

Flags for the Pantheios Win32 Console Stock Back-end.


Defines

#define PANTHEIOS_BE_WIN32CONSOLE_F_NO_PROCESS_ID   (0x00000001)
 Causes the Pantheios Win32 Console Stock Back-end to omit the process identity from emitted log statements.
#define PANTHEIOS_BE_WIN32CONSOLE_F_NO_TIME   (0x00000002)
 Causes the Pantheios Win32 Console Stock Back-end to omit the time from emitted log statements.
#define PANTHEIOS_BE_WIN32CONSOLE_F_NO_SEVERITY   (0x00000004)
 Causes the Pantheios Win32 Console Stock Back-end to omit the severity from emitted log statements.
#define PANTHEIOS_BE_WIN32CONSOLE_F_USE_SYSTEM_TIME   (0x00000008)
 Causes the Pantheios Win32 Console Stock Back-end to use system time, rather than local time, from emitted log statements.
#define PANTHEIOS_BE_WIN32CONSOLE_F_NO_COLOURS   (0x00010000)
 Causes the Pantheios Win32 Console Stock Back-end to emit log statements without colouring based on severity.


Define Documentation

#define PANTHEIOS_BE_WIN32CONSOLE_F_NO_COLOURS   (0x00010000)
 

Causes the Pantheios Win32 Console Stock Back-end to emit log statements without colouring based on severity.

#define PANTHEIOS_BE_WIN32CONSOLE_F_NO_PROCESS_ID   (0x00000001)
 

Causes the Pantheios Win32 Console Stock Back-end to omit the process identity from emitted log statements.

#define PANTHEIOS_BE_WIN32CONSOLE_F_NO_SEVERITY   (0x00000004)
 

Causes the Pantheios Win32 Console Stock Back-end to omit the severity from emitted log statements.

#define PANTHEIOS_BE_WIN32CONSOLE_F_NO_TIME   (0x00000002)
 

Causes the Pantheios Win32 Console Stock Back-end to omit the time from emitted log statements.

Examples:
cpp/example_cpp_callback_be/example_cpp_callback_be.cpp.

#define PANTHEIOS_BE_WIN32CONSOLE_F_USE_SYSTEM_TIME   (0x00000008)
 

Causes the Pantheios Win32 Console Stock Back-end to use system time, rather than local time, from emitted log statements.


pantheios Library documentation © Matthew Wilson, 2006 SourceForge.net Logo