Package trclib.robotcore
Interface TrcDbgTrace.DbgLog
- All Known Implementing Classes:
- FtcDbgLog
- Enclosing class:
- TrcDbgTrace
public static interface TrcDbgTrace.DbgLog
This interface provides a platform independent way to write to the debug log. It is mainly for TrcLib which is
 platform agnostic. A platform dependent class will implement methods in this interface.
- 
Method SummaryModifier and TypeMethodDescriptionvoidmsg(TrcDbgTrace.MsgLevel level, String msg) This method is called to print a message with the specified message level to the debug console.
- 
Method Details- 
msgThis method is called to print a message with the specified message level to the debug console.- Parameters:
- level- specifies the message level.
- msg- specifies the message.
 
 
-