|
|
|
|||||
|
Something missing in Ice 3.1.0 manual
It seems that Ice 3.1.0 manual (C.2 Ice Trace Properties, page 1626) missing the following two items:
Code:
1.Ice.Trace.Location 2.Ice.Trace.Security |
|
|||||
|
I have found the following code in TraceLevel.java of IceJ 3.1.0:
Code:
public final class TraceLevels
{
TraceLevels(Ice.Properties properties)
{
//...
securityCat = "Security";
//...
final String keyBase = "Ice.Trace.";
//...
security = properties.getPropertyAsInt(keyBase + securityCat);
//...
}
//...
}
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Missing IcePHP? | g00fy | Comments | 4 | 07-13-2006 01:06 PM |
| Missing msvcp70d dll? | annekat | Help Center | 1 | 07-06-2004 12:54 PM |
| IcePack missing dsp's? | tom | Help Center | 3 | 06-18-2003 12:09 PM |
| slice2cpp missing in binaries? | sylvain | Bug Reports | 2 | 02-26-2003 11:08 AM |
| Missing DLL | dwforslund | Help Center | 7 | 02-19-2003 11:10 AM |