Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

LogFactory.GetApplicationName Method 

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.

public static string GetApplicationName();

Return Value

The logging application name, or an empty string if not initialized.

See Also

LogFactory Class | Plumtree.Remote.Logging Namespace