Plumtree EDK (Enterprise Web Development Kit) 5.4.0

LogFactory.IsInitialized Method 

Returns true if the EDK 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 (e.g. 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