JuggerNET Runtime Library

TraceCallback Delegate

The callback for tracing. You can register your own trace method with the framework as long as it has this signature.

[Serializable]
public delegate void TraceCallback(
   int level,
   string msg
);

Parameters

level
The trace level for the message.
msg
The message.

Requirements

Namespace: Codemesh.JuggerNET

Assembly: netrt (in netrt.dll)

See Also

Codemesh.JuggerNET Namespace