#include <exotkTrace.hxx>
Public Methods | |
| void * | operator new (size_t, void *anAddress) |
| OCC new. More... | |
| void * | operator new (size_t size) |
| OCC new. More... | |
| void | operator delete (void *anAddress) |
| OCC delete. More... | |
Static Public Methods | |
| Standard_EXPORT TCollection_AsciiString | TraceLevelToAsciiString (const enum exotkTrace_Level aLevel) |
| Convert aLevel to asciistring. More... | |
| Standard_EXPORT void | SetLevel (const enum exotkTrace_Level aLevel) |
| Set the trace level. More... | |
| Standard_EXPORT exotkTrace_Level | Level () |
| Return the trace level. More... | |
| Standard_EXPORT void | SetHandler (const Handle_exotkTrace_Root &anHandler) |
| Set the trace handler. More... | |
| Standard_EXPORT Handle_exotkTrace_Root | Handler () |
| Return the trace handler. More... | |
| Standard_EXPORT void | Error (char *aFormat,...) |
| Print an error message onto the Trace handler. More... | |
| Standard_EXPORT void | Warning (char *aFormat,...) |
| Print a warning message onto the Trace handler. More... | |
| Standard_EXPORT void | Info (char *aFormat,...) |
| Print an info message onto the Trace handler. More... | |
| Standard_EXPORT void | Verbose (char *aFormat,...) |
| Print a verbose message onto the Trace handler. More... | |
| Standard_EXPORT void | Quiet (char *aFormat,...) |
| Print a quiet message onto the Trace handler. More... | |
| Standard_EXPORT void | Debug (char *aFormat,...) |
| Print a debug message onto the Trace handler. More... | |
Definition at line 50 of file exotkTrace.hxx.
|
||||||||||||
|
Print a debug message onto the Trace handler.
Definition at line 157 of file exotkTrace.cxx. Referenced by exotkDX::LoadShape(), exotkDX::LoadShapes(), and exotkAF_Document::OpenFile(). |
|
||||||||||||
|
Print an error message onto the Trace handler.
Definition at line 185 of file exotkTrace.cxx. Referenced by exotkAF_Application::DispatchPlugin(), exotkDX::LoadShape(), exotkDX::LoadShapes(), and exotkAF_Document::OpenFile(). |
|
|
Return the trace handler.
Definition at line 104 of file exotkTrace.cxx. |
|
||||||||||||
|
Print an info message onto the Trace handler.
Definition at line 227 of file exotkTrace.cxx. Referenced by exotkAF_Application::DispatchPlugin(). |
|
|
Return the trace level.
Definition at line 76 of file exotkTrace.cxx. References exotkTrace_Unknown. |
|
|
OCC delete.
Definition at line 83 of file exotkTrace.hxx. References exotkTrace_Level. |
|
|
OCC new.
Definition at line 72 of file exotkTrace.hxx. |
|
||||||||||||
|
OCC new.
Definition at line 61 of file exotkTrace.hxx. |
|
||||||||||||
|
Print a quiet message onto the Trace handler.
Definition at line 213 of file exotkTrace.cxx. |
|
|
Set the trace handler.
Definition at line 92 of file exotkTrace.cxx. |
|
|
Set the trace level.
Definition at line 61 of file exotkTrace.cxx. |
|
|
Convert aLevel to asciistring.
Definition at line 118 of file exotkTrace.cxx. References exotkTrace_Debug, exotkTrace_Error, exotkTrace_Info, exotkTrace_Quiet, exotkTrace_Verbose, and exotkTrace_Warning. Referenced by exotkTrace_File::Print(). |
|
||||||||||||
|
Print a verbose message onto the Trace handler.
Definition at line 171 of file exotkTrace.cxx. |
|
||||||||||||
|
Print a warning message onto the Trace handler.
Definition at line 199 of file exotkTrace.cxx. |
1.2.12 written by Dimitri van Heesch,
© 1997-2001