Messages::Logging Class Reference

class Messages::Logging
Public Member Functions
IMPORT_C void LogAddress (const TDesC8 &, const TRuntimeCtxId &, const TDesC8 &)
IMPORT_C void LogAddress (const TDesC8 &, const TRuntimeCtxId &)
IMPORT_C void LogMessage (const TDesC8 &, const TDesC8 &, const TDesC8 &)
IMPORT_C void LogMessage (const TDesC8 &, const TDesC8 &)
IMPORT_C void LogMessage (const TDesC8 &, const TSignalBase &, const TDesC8 &)
IMPORT_C void LogMessage (const TDesC8 &, const TSignalBase &)
IMPORT_C void LogNode (const TDesC8 &, const ANode &, const TDesC8 &)
IMPORT_C void LogNode (const TDesC8 &, const ANode &)
IMPORT_C void Printf (const TDesC8 &, TRefByValue < const TDesC8 >, ...)
IMPORT_C void Printf (const TDesC8 &, TRefByValue < const TDesC8 >, VA_LIST &)
IMPORT_C void Printf (const TDesC8 &, TLogEntryType , TRefByValue < const TDesC8 >, ...)
IMPORT_C void Printf (const TDesC8 &, TLogEntryType , TRefByValue < const TDesC8 >, VA_LIST &)
Public Member Enumerations
enum TLogEntryType {
ELogBinary  = KBinary, ELogInfo  = KText, ELogBlockStart , ELogBlockEnd , ELogNodeCreate , ELogNodeDestroy , ELogAddress , ELogMessage , ELogNode
}
Private Member Enumerations
enum anonymous { KPrimaryFilter  = 194 }

Member Functions Documentation

LogAddress(const TDesC8 &, const TRuntimeCtxId &, const TDesC8 &)

IMPORT_C void LogAddress ( const TDesC8 & aSubTag,
const TRuntimeCtxId & aAddress,
const TDesC8 & aText
) [static]

Parameters

const TDesC8 & aSubTag
const TRuntimeCtxId & aAddress
const TDesC8 & aText

LogAddress(const TDesC8 &, const TRuntimeCtxId &)

IMPORT_C void LogAddress ( const TDesC8 & aSubTag,
const TRuntimeCtxId & aAddress
) [static]

Parameters

const TDesC8 & aSubTag
const TRuntimeCtxId & aAddress

LogMessage(const TDesC8 &, const TDesC8 &, const TDesC8 &)

IMPORT_C void LogMessage ( const TDesC8 & aSubTag,
const TDesC8 & aMessage,
const TDesC8 & aText
) [static]

Parameters

const TDesC8 & aSubTag
const TDesC8 & aMessage
const TDesC8 & aText

LogMessage(const TDesC8 &, const TDesC8 &)

IMPORT_C void LogMessage ( const TDesC8 & aSubTag,
const TDesC8 & aMessage
) [static]

Parameters

const TDesC8 & aSubTag
const TDesC8 & aMessage

LogMessage(const TDesC8 &, const TSignalBase &, const TDesC8 &)

IMPORT_C void LogMessage ( const TDesC8 & aSubTag,
const TSignalBase & aMessage,
const TDesC8 & aText
) [static]

Parameters

const TDesC8 & aSubTag
const TSignalBase & aMessage
const TDesC8 & aText

LogMessage(const TDesC8 &, const TSignalBase &)

IMPORT_C void LogMessage ( const TDesC8 & aSubTag,
const TSignalBase & aMessage
) [static]

Parameters

const TDesC8 & aSubTag
const TSignalBase & aMessage

LogNode(const TDesC8 &, const ANode &, const TDesC8 &)

IMPORT_C void LogNode ( const TDesC8 & aSubTag,
const ANode & aNode,
const TDesC8 & aText
) [static]

Parameters

const TDesC8 & aSubTag
const ANode & aNode
const TDesC8 & aText

LogNode(const TDesC8 &, const ANode &)

IMPORT_C void LogNode ( const TDesC8 & aSubTag,
const ANode & aNode
) [static]

Parameters

const TDesC8 & aSubTag
const ANode & aNode

Printf(const TDesC8 &, TRefByValue< const TDesC8 >, ...)

IMPORT_C void Printf ( const TDesC8 & aSubTag,
TRefByValue < const TDesC8 > aFmt,
...
) [static]

Parameters

const TDesC8 & aSubTag
TRefByValue < const TDesC8 > aFmt
...

Printf(const TDesC8 &, TRefByValue< const TDesC8 >, VA_LIST &)

IMPORT_C void Printf ( const TDesC8 & aSubTag,
TRefByValue < const TDesC8 > aFmt,
VA_LIST & aList
) [static]

Parameters

const TDesC8 & aSubTag
TRefByValue < const TDesC8 > aFmt
VA_LIST & aList

Printf(const TDesC8 &, TLogEntryType, TRefByValue< const TDesC8 >, ...)

IMPORT_C void Printf ( const TDesC8 & aSubTag,
TLogEntryType aType,
TRefByValue < const TDesC8 > aFmt,
...
) [static]

Parameters

const TDesC8 & aSubTag
TLogEntryType aType
TRefByValue < const TDesC8 > aFmt
...

Printf(const TDesC8 &, TLogEntryType, TRefByValue< const TDesC8 >, VA_LIST &)

IMPORT_C void Printf ( const TDesC8 & aSubTag,
TLogEntryType aType,
TRefByValue < const TDesC8 > aFmt,
VA_LIST & aList
) [static]

Parameters

const TDesC8 & aSubTag
TLogEntryType aType
TRefByValue < const TDesC8 > aFmt
VA_LIST & aList

Member Enumerations Documentation

Enum anonymous

Enumerators

KPrimaryFilter = 194

Enum TLogEntryType

Enumerators

ELogBinary = KBinary
ELogInfo = KText
ELogBlockStart
ELogBlockEnd
ELogNodeCreate
ELogNodeDestroy
ELogAddress
ELogMessage
ELogNode