Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

LogFactory Members

LogFactory overview

Public Static Methods

iconiconGetApplicationName Gets the logging application name initialized or configured into the IDK logging framework, or empty string if logging is not initialized. This matches the "server" name required by ALI Logging Spy or the ALI Logger.
iconiconGetLoggerOverloaded. Returns a logger instance associated with the named component and the given class. If logging is not initialized, the framework will attempt to initialize logging from the external configuration file (Web.config). If a value is found for the logging application name, the logging framework will be initialized before the logger instance is returned. Any log messages sent to the logger before the logging framework is initialized will be discarded.
iconiconInitialize Initializes logging with the specified logging application name and whether or not to send log messages to receivers on the network. Any logger instances obtained before the logging framework is initialized will be enabled to send messages after this method is called successfully. If an external configuration file is present (Web.config), the values set in the configuration file take priority over values passed in the parameters.
iconiconIsInitialized Returns true if the IDK logging framework has been initialized either from the logging API or from external configuration. Returns false if the logging framework has not been initialized, including the case of an unusable external configuration (for example, from Web.config). Log messages sent to an uninitialized logger will be discarded.
iconiconIsLoggingToNetwork Returns true if the IDK logging framework is configured to send log messages to receivers on the local network, and false if messages are only sent to receivers on the local machine.

Public Instance Methods

iconEquals (inherited from Object) 
iconGetHashCode (inherited from Object) 
iconGetType (inherited from Object) 
iconToString (inherited from Object) 

See Also

LogFactory Class | Plumtree.Remote.Logging Namespace