x4Trace Documentation v1.0
Loading...
Searching...
No Matches
Tools Namespace Reference

Classes

class  Convert
 Represents a convert class. More...
 
class  DateTool
 Represents a date time handler class. Date 1 and date 2 use for synconize date time with another system. More...
 
class  File
 Represents a file handler class. More...
 
class  Language
 Represents a language object. Translates strings by dictionary. More...
 
class  LOG
 Represents a logger object. More...
 
class  Memory
 Represents a memory handling class. More...
 
class  StringTool
 Represents a string handling class. More...
 
class  XmlLoader
 
class  XmlLoadList
 

Enumerations

enum  XmlValueType { Value , InnerText , InnerXml }
 

Functions

delegate void LogProcessed (LOG log, string text)
 Delegate of lod is processed event.
 

Function Documentation

◆ LogProcessed()

delegate void Tools.LogProcessed ( LOG log,
string text )

Delegate of lod is processed event.

Parameters
logThe logger object.
textText of log.