Ravn::
LoggingTaskObserver class
Superclass | Object |
Extended With |
|
A logging observer for Concurrent objects that implement the Observer interface, e.g., Concurrent::TimerTask.
Attributes
- observable_name R
The name of the object being observed.
Public Class Methods
Create a new observer that will track the status of the given observable_name
.
Public Instance Methods
Concurrent::Observable API – update the status of the object being observed.