PARTONS/ElementaryUtils  
Basic utility softwares (Logger, threads, etc)
Classes | Variables
ElemUtils Namespace Reference

Classes

struct  FileExceptionType
 
class  FileUtils
 Handle file system. More...
 
class  CustomException
 
class  LoggerClassLevel
 
class  LoggerLevel
 
class  LoggerManager
 <singleton> Handles logs. More...
 
class  LoggerMessage
 
struct  LoggerPrintMode
 
class  GenericType
 A complex object to handle different simple types in a uniform way. More...
 
class  Parameter
 A piece of data of generic type which is given a simply readable name (a string variable). More...
 
class  Parameters
 Object defining a list of pieces of data (of common Parameter type). More...
 
class  IniFileParser
 
class  XMLParser
 FIFO. More...
 
class  PropertiesManager
 <singleton> Handles properties from configuration file. More...
 
class  Formatter
 
class  StringUtils
 Manipulations et traitements sur les chaines de caracteres. More...
 
class  Packet
 FIFO generic container. More...
 
class  Thread
 

Variables

const std::string ENABLE_NAME = "enable"
 
const std::string DEFAULT_LEVEL_NAME = "default.level"
 
const std::string PRINT_MODE_NAME = "print.mode"
 
const std::string LOG_FOLDER_PATH = "log.folder.path"
 

Variable Documentation

◆ DEFAULT_LEVEL_NAME

const std::string ElemUtils::DEFAULT_LEVEL_NAME = "default.level"

◆ ENABLE_NAME

const std::string ElemUtils::ENABLE_NAME = "enable"

◆ LOG_FOLDER_PATH

const std::string ElemUtils::LOG_FOLDER_PATH = "log.folder.path"

◆ PRINT_MODE_NAME

const std::string ElemUtils::PRINT_MODE_NAME = "print.mode"