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/class_NLNET__CNetLog.html | 311 +++++++++++++++++++++++++++++ 1 file changed, 311 insertions(+) create mode 100644 docs/doxygen/nel/class_NLNET__CNetLog.html (limited to 'docs/doxygen/nel/class_NLNET__CNetLog.html') diff --git a/docs/doxygen/nel/class_NLNET__CNetLog.html b/docs/doxygen/nel/class_NLNET__CNetLog.html new file mode 100644 index 00000000..963277cc --- /dev/null +++ b/docs/doxygen/nel/class_NLNET__CNetLog.html @@ -0,0 +1,311 @@ + + + + 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  
+

NLNET::CNetLog Class Reference

Logger for network transfers. +More... +

+#include <net_log.h> +

+Inheritance diagram for NLNET::CNetLog

Inheritance graph
+ + + +
[legend]
Collaboration diagram for NLNET::CNetLog:

Collaboration graph
+ + + + +
[legend]
List of all members. + + + + + + + + + + + +

Public Methods

 CNetLog ()
 Constructor. More...

void setServiceName ( const char *name )
 Sets the name of the running service.

void output ( const char *srchost, uint8 msgnum, const char *desthost, const char *msgname, uint32 msgsize )
 Log an output transfer (send). More...

void input ( const char *srchost, uint8 msgnum, const char *desthost )
 Log an input transfer (receive). More...


Private Attributes

std::string _ProcessId
+

Detailed Description

+Logger for network transfers. +

+

+Author(s):
+ Olivier Cado , Nevrax France
+Date:
+ 2000
+

+ +

+Definition at line 42 of file net_log.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLNET::CNetLog::CNetLog ( + +) +
+
+ + + + + +
+   + + +

+Constructor. +

+ +

+Definition at line 46 of file net_log.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + +
+void NLNET::CNetLog::input ( + +const char * srchost, +
+uint8 msgnum, +
+const char * desthost ) +
+
+ + + + + +
+   + + +

+Log an input transfer (receive). +

+ +

+Definition at line 72 of file net_log.cpp.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+void NLNET::CNetLog::output ( + +const char * srchost, +
+uint8 msgnum, +
+const char * desthost, +
+const char * msgname, +
+uint32 msgsize ) +
+
+ + + + + +
+   + + +

+Log an output transfer (send). +

+ +

+Definition at line 55 of file net_log.cpp.

+

+ + + + +
+ + + + + + +
+void NLNET::CNetLog::setServiceName ( + +const char * name ) +
+
+ + + + + +
+   + + +

+Sets the name of the running service. +

+

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+std::string NLNET::CNetLog::_ProcessId [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 67 of file net_log.h.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1