Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


oracle.ldap.ospf
Class ServerLog

java.lang.Object
  extended by oracle.ldap.ospf.ServerLog


public final class ServerLog
extends java.lang.Object

Defines a debug message that a Java plug-in passes to the Oracle directory server to be logged in the server log file.

Since:
10g Release 3 (10.1.4)

Method Summary
static void log(java.lang.String messg)
          Logs a debug message from the plug-in to the server log file.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

log

public static void log(java.lang.String messg)
Logs a debug message from the plug-in to the server log file. The message is preceded by the string "* Server Java Plug-in *". The ServerLog.log() method is thread safe. Execution of this method can degrade performance.

IMPORTANT :- The Oracle directory server has to be started in debug level 268435456 for this method to log the messages in the server log file.

Parameters:
messg - - Debug message to be logged

Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.