Monitor
The Monitor class is used to trace the actions/events in the models.
Value parameters
- project
-
the project to be monitored
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Finish up by flushing and closing the log.
Finish up by flushing and closing the log.
Attributes
Toggle output destination from default of (log) file to standard output. etc.
Toggle output destination from default of (log) file to standard output. etc.
Attributes
Trace an action/event.
Trace an action/event.
Value parameters
- what
-
what was the action
- when
-
when was the action taken
- who
-
who caused the action
- whom
-
whom did the action effect
Attributes
Turn tracing off.
Turn tracing off.
Attributes
Turn tracing back on.
Turn tracing back on.
Attributes
Inherited methods
An iterator over the names of all the elements of this product.
An iterator over the names of all the elements of this product.
Attributes
- Inherited from:
- Product
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
- Returns
-
in the default implementation, an
Iterator[Any] - Inherited from:
- Product