Interface Loggable
- All Known Implementing Classes:
ActiveEntity
,Actor
,Entity
,OwningEntity
,PassiveEntity
,StateMachine
public interface Loggable
Small helper interface denoting an element which supports logging.
-
Method Summary
-
Method Details
-
log
Scope log()This method provides logging functionality.
The exact logging details are implementation dependent.- Returns:
- a handle to the current scope, to allowing chaining
-