Bincimap 2.0.16
Easy Imapping
|
Declaration of the IOFactory class. More...
Go to the source code of this file.
Data Structures | |
class | IOFactory |
Namespaces | |
namespace | Binc |
Macros | |
#define | bincClient IOFactory::getClient() |
#define | bincError IOFactory::getLogger().setOutputLevel(IODevice::ErrorLevel);IOFactory::getLogger() |
#define | bincWarning IOFactory::getLogger().setOutputLevel(IODevice::WarningLevel);IOFactory::getLogger() |
#define | bincDebug IOFactory::getLogger().setOutputLevel(IODevice::DebugLevel);IOFactory::getLogger() |
#define | bincLog IOFactory::getLogger().setOutputLevel(IODevice::InfoLevel);IOFactory::getLogger() |
#define bincClient IOFactory::getClient() |
Definition at line 31 of file iofactory.h.
#define bincDebug IOFactory::getLogger().setOutputLevel(IODevice::DebugLevel);IOFactory::getLogger() |
Definition at line 46 of file iofactory.h.
#define bincError IOFactory::getLogger().setOutputLevel(IODevice::ErrorLevel);IOFactory::getLogger() |
Definition at line 42 of file iofactory.h.
#define bincLog IOFactory::getLogger().setOutputLevel(IODevice::InfoLevel);IOFactory::getLogger() |
Definition at line 50 of file iofactory.h.
#define bincWarning IOFactory::getLogger().setOutputLevel(IODevice::WarningLevel);IOFactory::getLogger() |
Definition at line 44 of file iofactory.h.