net.liftweb.util.Props

RunModeProperty

class RunModeProperty[T] extends Logger

Exposes a property affecting run-mode determination, for customisation. If the property is modified after the run-mode is realised, then it will have no effect and will instead log a warning indicating thus.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RunModeProperty
  2. Logger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RunModeProperty(name: String, initialValue: T)

    name

    The property name (used to make logging messages clearer, no functional impact).

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def _logger: Logger

    Attributes
    protected
    Definition Classes
    Logger
  7. def allowModification: Boolean

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def assertLog(assertion: Boolean, msg: ⇒ String): Unit

    Definition Classes
    Logger
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def debug(msg: ⇒ AnyRef, t: Throwable, marker: Marker): Unit

    Definition Classes
    Logger
  12. def debug(msg: ⇒ AnyRef, marker: Marker): Unit

    Definition Classes
    Logger
  13. def debug(msg: ⇒ AnyRef, t: Throwable): Unit

    Definition Classes
    Logger
  14. def debug(msg: ⇒ AnyRef): Unit

    Definition Classes
    Logger
  15. def debug(msg: ⇒ AnyRef, box: Box[_]): Unit

    Debug a Failure.

    Debug a Failure. If the log level is debug and the Box is a Failure, debug the message concatenated with the Failure's message. If the Failure contains an Exception, debug that as well.

    Definition Classes
    Logger
  16. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  18. def error(msg: ⇒ AnyRef, t: Throwable, marker: Marker): Unit

    Definition Classes
    Logger
  19. def error(msg: ⇒ AnyRef, marker: Marker): Unit

    Definition Classes
    Logger
  20. def error(msg: ⇒ AnyRef, t: Throwable): Unit

    Definition Classes
    Logger
  21. def error(msg: ⇒ AnyRef): Unit

    Definition Classes
    Logger
  22. def error(msg: ⇒ AnyRef, box: Box[_]): Unit

    Error a Failure.

    Error a Failure. If the log level is error and the Box is a Failure, error the message concatenated with the Failure's message. If the Failure contains an Exception, error that as well.

    Definition Classes
    Logger
  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def get: T

  25. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  27. def info(msg: ⇒ AnyRef, t: Throwable, marker: Marker): Unit

    Definition Classes
    Logger
  28. def info(msg: ⇒ AnyRef, marker: Marker): Unit

    Definition Classes
    Logger
  29. def info(msg: ⇒ AnyRef, t: ⇒ Throwable): Unit

    Definition Classes
    Logger
  30. def info(msg: ⇒ AnyRef): Unit

    Definition Classes
    Logger
  31. def info(msg: ⇒ AnyRef, box: Box[_]): Unit

    Info a Failure.

    Info a Failure. If the log level is info and the Box is a Failure, info the message concatenated with the Failure's message. If the Failure contains an Exception, info that as well.

    Definition Classes
    Logger
  32. def isDebugEnabled: Boolean

    Definition Classes
    Logger
  33. def isErrorEnabled: Boolean

    Definition Classes
    Logger
  34. def isInfoEnabled: Boolean

    Definition Classes
    Logger
  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. def isTraceEnabled: Boolean

    Definition Classes
    Logger
  37. def isWarnEnabled: Boolean

    Definition Classes
    Logger
  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  41. def onModificationProhibited(): Unit

  42. def set(newValue: T): Boolean

    Attempts to set the property to a new value.

    Attempts to set the property to a new value.

    returns

    Whether the new property was installed. false means modification is no longer allowed.

  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. def trace(msg: ⇒ AnyRef, t: Throwable, marker: ⇒ Marker): Unit

    Definition Classes
    Logger
  46. def trace(msg: ⇒ AnyRef, marker: Marker): Unit

    Definition Classes
    Logger
  47. def trace(msg: ⇒ AnyRef, t: Throwable): Unit

    Definition Classes
    Logger
  48. def trace(msg: ⇒ AnyRef): Unit

    Definition Classes
    Logger
  49. def trace(msg: ⇒ AnyRef, box: Box[_]): Unit

    Trace a Failure.

    Trace a Failure. If the log level is trace and the Box is a Failure, trace the message concatenated with the Failure's message. If the Failure contains an Exception, trace that as well.

    Definition Classes
    Logger
  50. def trace[T](msg: String, v: T): T

    Log the value of v with trace and return v.

    Log the value of v with trace and return v. Useful for tracing values in expressions

    Definition Classes
    Logger
  51. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def warn(msg: ⇒ AnyRef, t: Throwable, marker: Marker): Unit

    Definition Classes
    Logger
  55. def warn(msg: ⇒ AnyRef, marker: Marker): Unit

    Definition Classes
    Logger
  56. def warn(msg: ⇒ AnyRef, t: Throwable): Unit

    Definition Classes
    Logger
  57. def warn(msg: ⇒ AnyRef): Unit

    Definition Classes
    Logger
  58. def warn(msg: ⇒ AnyRef, box: Box[_]): Unit

    Warn a Failure.

    Warn a Failure. If the log level is warn and the Box is a Failure, warn the message concatenated with the Failure's message. If the Failure contains an Exception, warn that as well.

    Definition Classes
    Logger

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped