Corporation Server User Manual

Tracing and Logging Mechanism
Programming Oracle Diameter Applications B-11
// ...
}
public void trace (String file, int line, int mask, String message)
{
System.err.println(...);
}
}