Defines

Logging output targets
[Constants]

Defines

#define LOG_COUT   2
#define LOG_COUT_STRING   6
#define LOG_HTML   1
#define LOG_HTML_COUT   3
#define LOG_HTML_COUT_STRING   7
#define LOG_HTML_STRING   5
#define LOG_STRING   4

Define Documentation

#define LOG_HTML   1

Log will be written to html-file specified in xCreateLog().

#define LOG_COUT   2

Log will be written to standard output stream (std::cout in C++)

#define LOG_HTML_COUT   3

Log will be written to standard output stream (std::cout in C++), and html-file specified in xCreateLog().

#define LOG_STRING   4

Log will be written to string (may be get with xGetLogString())

#define LOG_HTML_STRING   5

Log will be written to string (may be get with xGetLogString()), and html-file specified in xCreateLog().

#define LOG_COUT_STRING   6

Log will be written to string (may be get with xGetLogString()), and standard output stream (std::cout in C++)

#define LOG_HTML_COUT_STRING   7

Log will be written to string (may be get with xGetLogString()), standard output stream (std::cout in C++) and html-file specified in xCreateLog().


Xors3d Engine, Copyright © 2009-2011, www.xors3d.com Generated by Doxygen