6#ifndef _ZFI_ZFOutputForConsole_h_
7#define _ZFI_ZFOutputForConsole_h_
22#define ZFCallbackSerializeType_ZFOutputForConsole "ZFOutputForConsole"
#define ZFLIB_ZFCore
used to export symbols
Definition ZFCoreEnvDef.h:30
#define ZFEXPORT_VAR_DECLARE(ZFLIB_, Type, Name)
util to export global variable
Definition ZFExport.h:68
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
ZFObject related include.
ZFOutput & ZFOutputForConsole(void)
default output callback to output to console, source must be zfchar *string
Definition ZFOutputForConsole.h:27
general output callback
Definition ZFIOCallback_output.h:37