Functions | |
IldTraceContext * | IldSetTraceContext (IlUShort lvl, IL_STDPREF ostr) |
Create a new context using the given arguments. More... | |
int | IldSetTraceLevel (IlUShort lvl) |
Set the level of tracing in the context. More... | |
int | IldSetTraceStream (IL_STDPREF ostream *ostr) |
Sets the output stream of the context. More... | |
Library: dbkernel
Declaration of trace mechanism structure and functions.
IldTraceContext* IldSetTraceContext | ( | IlUShort | lvl, |
IL_STDPREF | ostr | ||
) |
Create a new context using the given arguments.
lvl | The trace level. |
ostr | The output stream to use. |
If a context exists, it is first destroyed.
int IldSetTraceLevel | ( | IlUShort | lvl | ) |
Set the level of tracing in the context.
lvl | The trace level to set. |
0
if no context exists or the level is not a combination of the authorized values; 1
otherwise.Setting the trace level to IldTraceNone
destroys the context.
int IldSetTraceStream | ( | IL_STDPREF ostream * | ostr | ) |
Sets the output stream of the context.
ostr | The output stream to use. |
0
if no context exists, 1
otherwise.