TLogFile Class Reference
Link against: flogger.lib
Detailed Description
General access to packaged log files. DeprecatedMigrate to Open System Trace Instrumentation API instead
Constructor & Destructor Documentation
TLogFile ( )
TLogFile class definition Sets initial values for iValid and iMode.
TLogFile ( const TDesC &, const TDesC &, TFileLoggingMode )
Sets initial values for iValid,iDirectory,iName and iMode.
Parameter | Description | aDir | Full Path of the log file. |
aName | Name of the log file. |
aMode | Specifies whether data is appended or file is truncated. |
Member Function Documentation
Directory ( )
Returns: iDirectory the full path of the folder.
Mode ( )
Returns: iMode the mode of the log file.
Name ( )
Returns: iName the file name of the log.
Set ( const TDesC &, const TDesC &, TFileLoggingMode )
Sets values for iValid,iDirectory,iName and iMode.
Parameter | Description | aDir | Full Path of the log file. |
aName | Name of the log file. |
aMode | Specifies whether data is appended or file is truncated. |
SetValid ( TBool )
void | SetValid | ( | TBool | aValid | ) | [inline] |
Sets iValid with the value aValid.
Valid ( )
TBool
| Valid | ( | ) | const [inline] |
Returns: EFalse for invalid file name.
operator== ( const TLogFile & )
iValid members need not be equal
Parameter | Description | aLogFile | log file. |