Packages

o

scalation.util

Monitor

object Monitor

The Monitor object is used to trace the actions/events in the models.

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

Value Members

  1. def toggle(): Unit

    Toggle output destination from default of (log) file to standard output.

    Toggle output destination from default of (log) file to standard output. etc.

  2. def trace(who: Identifiable, what: String, whom: Identifiable, when: Double): Unit

    Trace an action/event.

    Trace an action/event.

    who

    who caused the action

    what

    what was the action

    whom

    whom did the action effect

    when

    when was the action taken

  3. def traceOff(): Unit

    Turn tracing off.

  4. def traceOn(): Unit

    Turn tracing back on.