TLoggingInfo Struct Reference

struct TLoggingInfo

Specifies the logging configuration.

Member Data Documentation

TLogFormat * iLogFormat

TLogFormat * iLogFormat

If iStyle is set to ECustom then this will be used for outputting log comments

MLogOutput * iLogOutput

MLogOutput * iLogOutput

The logging mechanism. NULL will default to RFileLogger

MLogOutput * iReportOutput

MLogOutput * iReportOutput

The reporting mechanism. NULL will default to RFileLogger

TLoggingStyle iStyle

TLoggingStyle iStyle

The output style of the logging (plain text, html etc)

const TDesC * iTitle

const TDesC * iTitle

The title to be used in the output logs

TBool iUseRDebug

TBool iUseRDebug

If logging messages should also be printed using RDebug