Packages

class Logger extends AnyRef

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

Instance Constructors

  1. new Logger(name: String, resourceBundle: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addHandler(handler: Handler): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def config(msg: String): Unit
  8. def entering(sourceClass: String, sourceMethod: String, params: Array[AnyRef]): Unit
  9. def entering(sourceClass: String, sourceMethod: String, param: AnyRef): Unit
  10. def entering(sourceClass: String, sourceMethod: String): Unit
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def exiting(sourceClass: String, sourceMethod: String, result: AnyRef): Unit
  14. def exiting(sourceClass: String, sourceMethod: String): Unit
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def fine(msg: String): Unit
  17. def finer(msg: String): Unit
  18. def finest(msg: String): Unit
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getFilter(): Filter
  21. def getHandlers(): Array[Handler]
  22. def getLevel(): Level
  23. def getName(): String
  24. def getParent(): Logger
  25. def getResourceBundleName(): String
  26. def getUseParentHandlers(): Boolean
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def info(msg: String): Unit
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isLoggable(level: Level): Boolean
  31. def log(level: Level, msg: String, thrown: Throwable): Unit
  32. def log(level: Level, msg: String, params: Array[AnyRef]): Unit
  33. def log(level: Level, msg: String, param: AnyRef): Unit
  34. def log(level: Level, msg: String): Unit
  35. def log(record: LogRecord): Unit
  36. def logp(level: Level, sourceClass: String, sourceMethod: String, msg: String, thrown: Throwable): Unit
  37. def logp(level: Level, sourceClass: String, sourceMethod: String, msg: String, params: Array[AnyRef]): Unit
  38. def logp(level: Level, sourceClass: String, sourceMethod: String, msg: String, param: AnyRef): Unit
  39. def logp(level: Level, sourceClass: String, sourceMethod: String, msg: String): Unit
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. def removeHandler(handler: Handler): Unit
  44. def setFilter(filter: Filter): Unit
  45. def setLevel(newLevel: Level): Unit
  46. def setParent(parent: Logger): Unit
  47. def setUseParentHandlers(useParentHandlers: Boolean): Unit
  48. def severe(msg: String): Unit
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def throwing(sourceClass: String, sourceMethod: String, thrown: Throwable): Unit
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  55. def warning(msg: String): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped