Package com.titan.controls
Interface Logger
- All Known Implementing Classes:
EngineLogger
,MissionLogger
public interface Logger
This interface acts as a logger and its used to gather data during the mission
-
Method Summary
-
Method Details
-
log
-
isLogging
boolean isLogging()checks if the logger is currently logging -
getLog
String getLog()returns the log as a String
-