Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

LogFactory.IsInitialized Method 

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.

public static bool IsInitialized();

Return Value

true if initialized so messages may be sent.

See Also

LogFactory Class | Plumtree.Remote.Logging Namespace