DeprecatedMigrate to Open System Trace Instrumentation API instead
const TInt | KLogBufferSize |
const TInt | KMaxHexDumpWidth |
const TInt | KMaxTagLength |
const TInt | KMaxMediaSettingLength |
_LIT | ( | KFloggerPanic | , |
"Comsdbgutil.dll" | |||
) |
Panic codes
The order of the panic numbers should not be changed. New panic codes must be added at the end of this enum. All panic codes are assigned to values to ease debugging.
Enumerator | Value | Description |
---|---|---|
ESetLogTagsNotCalled | 0 | |
EInternalConsistencyFault | 1 |
Logging Mode codes
DeprecatedAs of version 8.0 the logging modes are deprecated due to the introduction of a single log file. Appent mode is the default for all write operations, while Overwrite can be achieved using new __FLOG_CLEAR macro, or ClearLog API.
Enumerator | Value | Description |
---|---|---|
EFileLoggingModeUnknown | 0 | |
EFileLoggingModeAppend | ||
EFileLoggingModeOverwrite | ||
EFileLoggingModeAppendRaw | ||
EFileLoggingModeOverwriteRaw |