Class

org.argus.jawa.compiler.log

AbstractLogger

Related Doc: package log

Permalink

abstract class AbstractLogger extends Logger

Linear Supertypes
Logger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractLogger
  2. Logger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractLogger()

    Permalink

Abstract Value Members

  1. abstract def control(event: ControlEvent.Value, message: ⇒ String): Unit

    Permalink
  2. abstract def debug(msg: String): Unit

    Permalink
    Definition Classes
    Logger
  3. abstract def error(msg: String): Unit

    Permalink
    Definition Classes
    Logger
  4. abstract def getLevel: Level.Value

    Permalink
  5. abstract def getTrace: Int

    Permalink
  6. abstract def info(msg: String): Unit

    Permalink
    Definition Classes
    Logger
  7. abstract def logAll(events: Seq[LogEvent]): Unit

    Permalink
  8. abstract def setLevel(newLevel: Level.Value): Unit

    Permalink
  9. abstract def setSuccessEnabled(flag: Boolean): Unit

    Permalink
  10. abstract def setTrace(flag: Int): Unit

    Permalink
  11. abstract def successEnabled: Boolean

    Permalink
  12. abstract def trace(t: Throwable): Unit

    Permalink
    Definition Classes
    Logger
  13. abstract def warn(msg: String): Unit

    Permalink
    Definition Classes
    Logger

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def atLevel(level: Level.Value): Boolean

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def log(event: LogEvent): Unit

    Permalink

    Defined in terms of other methods in Logger and should not be called from them.

  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def traceEnabled: Boolean

    Permalink
  20. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped