Holds values for the current scope. Because recursive logging might occur (e.g. when parameters rely on method invocations which incorporate log statements), objects of this class are stored in stack scopes.
Definition at line 197 of file scopeinfo.inl.
Public Field Index: | |
int | origLine |
NCString | origMethod |
SourceFile * | sourceFile |
Ticks | timeStamp |
int origLine |
Line number within the source file (given by the C++ preprocessor)
Definition at line 206 of file scopeinfo.inl.
NCString origMethod |
Function/method name (given by the C++ preprocessor)
Definition at line 209 of file scopeinfo.inl.
SourceFile* sourceFile |
The entry of the source file cache
Definition at line 203 of file scopeinfo.inl.
Ticks timeStamp |
Time of the call represented by this instance.
Definition at line 200 of file scopeinfo.inl.