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.
true
if initialized so messages may be sent.
LogFactory Class | Plumtree.Remote.Logging Namespace