Sets logging options for the Java Framework. It can be used, for example, to completely suppress all logging. This is useful when a complete API is based on the Java framework (for example, Silk Performer's Jacada support.
Java.bdh
JavaSetLogOption( in nOption : number ): boolean;
true if successful
false otherwise
Parameter | Description |
---|---|
nOption |
Determines the logging option to be set. This parameter is one of the following flags:
|
dcltrans transaction TInit begin JavaSetLogOption(JAVA_LOG_OPTION_SILENT); JavaCreateJavaVM(); end TInit;
No output is generated.