Class FtcDbgLog

java.lang.Object
ftclib.robotcore.FtcDbgLog
All Implemented Interfaces:
TrcDbgTrace.DbgLog

public class FtcDbgLog extends Object implements TrcDbgTrace.DbgLog
This class implements the TrcDbgTrace.DbgLog interface which provides platform specific ways to print trace log events to the debug log.
  • Field Details

  • Constructor Details

    • FtcDbgLog

      public FtcDbgLog()
  • Method Details

    • msg

      public void msg(TrcDbgTrace.MsgLevel level, String msg)
      This method is called to print a message with the specified message level to the debug console.
      Specified by:
      msg in interface TrcDbgTrace.DbgLog
      Parameters:
      level - specifies the message level.
      msg - specifies the message.