Corporation Server User Manual
Manuals
Brands
Oracle Manuals
Server
Oracle Corporation Server E10293-02
91
92
93
94
95
96
97
98
99
100
T
racing and Logging Mecha
nism
Programming Oracle Diameter Applications
B-11
// ...
}
public void
trace (String file
, int line, int
mask, String mess
age)
{
System.er
r.println(...);
}
}
1
...
...
95
96
97
98
99
...
...
108