ZFFramework
 
Loading...
Searching...
No Matches
ZFLogLevel.h File Reference

log level define More...

#include "ZFObject.h"

Go to the source code of this file.

Classes

class  v_ZFLogLevel
 log level More...
 

Namespaces

namespace  ZFGlobalEvent
 

 

Typedefs

typedef v_ZFLogLevel::ZFEnumType ZFLogLevel
 see v_ZFLogLevel
 

Functions

zfbool ZFLogLevelFromStringT (zfauto &ret, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull)
 see v_ZFLogLevel, return enum object if success
 
zfbool ZFLogLevelToStringT (zfstring &ret, v_ZFLogLevel *const &value, zfstring *errorHint=zft_zfnull)
 see ZFLogLevel, return empty string if error
 
zfstring ZFLogLevelToString (v_ZFLogLevel *const &value, zfstring *errorHint=zft_zfnull)
 see v_ZFLogLevel, return empty string if error
 
const zfstringZFTypeId_ZFLogLevel (void)
 
zfbool ZFLogLevelFromDataT (_ZFP_PropTypeW_ZFLogLevel &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull)
 see ZFTYPEID_DECLARE
 
_ZFP_PropTypeW_ZFLogLevel ZFLogLevelFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull)
 see ZFTYPEID_DECLARE
 
zfbool ZFLogLevelToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFLogLevel const &v, zfstring *outErrorHint=zft_zfnull)
 see ZFTYPEID_DECLARE
 
ZFSerializableData ZFLogLevelToData (_ZFP_PropTypeW_ZFLogLevel const &v, zfstring *outErrorHint=zft_zfnull)
 see ZFTYPEID_DECLARE
 
zfbool ZFLogLevelFromStringT (_ZFP_PropTypeW_ZFLogLevel &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull)
 util method to convert ZFLogLevel from string
 
_ZFP_PropTypeW_ZFLogLevel ZFLogLevelFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull)
 util method to convert ZFLogLevel from string
 
zfbool ZFLogLevelToStringT (zfstring &s, _ZFP_PropTypeW_ZFLogLevel const &v, zfstring *errorHint=zft_zfnull)
 util method to convert ZFLogLevel to string
 
zfstring ZFLogLevelToString (_ZFP_PropTypeW_ZFLogLevel const &v, zfstring *errorHint=zft_zfnull)
 util method to convert ZFLogLevel to string
 
zfidentity ZFGlobalEvent::E_LogLevelOnUpdate (void)
 see ZFObject::observerNotify
 
void ZFLogLevelDefault (ZFLogLevel level)
 see ZFLogLevel, v_ZFLogLevel::e_Warning by default
 
ZFLogLevel ZFLogLevelDefault ()
 see ZFLogLevel
 
zfbool ZFLogLevelIsActive (ZFLogLevel level)
 true if specified level is active (i.e. ZFLogLevelDefault not greater than the specified level)
 

Detailed Description

log level define

Function Documentation

◆ ZFTypeId_ZFLogLevel()

const zfstring & ZFTypeId_ZFLogLevel ( void )
inline