Class Logging

java.lang.Object
org.praxislive.base.AbstractRoot
org.praxislive.base.AbstractRootContainer
org.praxislive.ide.core.api.AbstractIDERoot
org.praxislive.ide.core.api.Logging
All Implemented Interfaces:
org.praxislive.core.Component, org.praxislive.core.Container, org.praxislive.core.Lookup.Provider, org.praxislive.core.Root

@Deprecated public final class Logging extends AbstractIDERoot
Deprecated.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.praxislive.base.AbstractRoot

    org.praxislive.base.AbstractRoot.Controller, org.praxislive.base.AbstractRoot.Delegate, org.praxislive.base.AbstractRoot.DelegateConfiguration, org.praxislive.base.AbstractRoot.State
  • Method Summary

    Modifier and Type
    Method
    Description
    static Logging
    create(org.openide.util.Lookup context)
    Deprecated.
     
    org.praxislive.core.ComponentInfo
    Deprecated.
     
    org.praxislive.core.services.LogLevel
    Deprecated.
     
    protected void
    Deprecated.
     

    Methods inherited from class org.praxislive.ide.core.api.AbstractIDERoot

    activating, dispose, getLookup, setup, terminating

    Methods inherited from class org.praxislive.base.AbstractRootContainer

    addChild, children, connect, disconnect, getAddress, getChild, getControl, getParent, getPort, hierarchyChanged, parentNotify, processCall, registerControl, removeChild, unregisterControl, write

    Methods inherited from class org.praxislive.base.AbstractRoot

    attachDelegate, createContext, createController, createRouter, delegateConfig, detachDelegate, findService, getAddress, getExecutionContext, getRootHub, getRouter, getState, initialize, interrupt, invokeLater, setIdle, setRunning, starting, update

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.praxislive.core.Container

    getType
  • Method Details

    • getInfo

      public org.praxislive.core.ComponentInfo getInfo()
      Deprecated.
      Specified by:
      getInfo in interface org.praxislive.core.Component
      Specified by:
      getInfo in class org.praxislive.base.AbstractRootContainer
    • getLogLevel

      public org.praxislive.core.services.LogLevel getLogLevel()
      Deprecated.
    • stopping

      protected void stopping()
      Deprecated.
      Overrides:
      stopping in class org.praxislive.base.AbstractRoot
    • create

      public static Logging create(org.openide.util.Lookup context)
      Deprecated.