From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/debug_8cpp.html | 230 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 230 insertions(+) create mode 100644 docs/doxygen/nel/debug_8cpp.html (limited to 'docs/doxygen/nel/debug_8cpp.html') diff --git a/docs/doxygen/nel/debug_8cpp.html b/docs/doxygen/nel/debug_8cpp.html new file mode 100644 index 00000000..fe0d976c --- /dev/null +++ b/docs/doxygen/nel/debug_8cpp.html @@ -0,0 +1,230 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

debug.cpp File Reference

This file contains all features that help us to debug applications. +More... +

+#include "stdmisc.h"
+#include "nel/misc/log.h"
+#include "nel/misc/displayer.h"
+#include "nel/misc/mem_displayer.h"
+#include "nel/misc/command.h"
+#include "nel/misc/report.h"
+#include "nel/misc/path.h"
+#include <stdarg.h>
+#include <iostream>
+ +

+Go to the source code of this file. + + + + + + + + + +

Namespaces

namespace  NLMISC

Defines

#define NEL_DEFAULT_DISPLAYER   1
#define NEL_LOG_IN_FILE   1
#define DEFAULT_DISPLAYER   NEL_DEFAULT_DISPLAYER
#define LOG_IN_FILE   NEL_LOG_IN_FILE

Variables

const bool TrapCrashInDebugger = false
+


Detailed Description

+This file contains all features that help us to debug applications. +

+

+Id:
+ debug.cpp,v 1.66 2002/10/28 17:32:13 corvazier Exp
+

+ +

+Definition in file debug.cpp.


Define Documentation

+

+ + + + +
+ + +
#define DEFAULT_DISPLAYER   NEL_DEFAULT_DISPLAYER +
+
+ + + + + +
+   + + +

+ +

+Definition at line 73 of file debug.cpp.

+

+ + + + +
+ + +
#define LOG_IN_FILE   NEL_LOG_IN_FILE +
+
+ + + + + +
+   + + +

+ +

+Definition at line 75 of file debug.cpp.

+

+ + + + +
+ + +
#define NEL_DEFAULT_DISPLAYER   1 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 63 of file debug.cpp.

+

+ + + + +
+ + +
#define NEL_LOG_IN_FILE   1 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 70 of file debug.cpp.

+


Variable Documentation

+

+ + + + +
+ + +
const bool TrapCrashInDebugger = false [static] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 78 of file debug.cpp.

+ + + +
                                                                                                                                                                    +

+ + -- cgit v1.2.1