Class FrcDbgLog

java.lang.Object
frclib.robotcore.FrcDbgLog
All Implemented Interfaces:
TrcDbgTrace.DbgLog

public class FrcDbgLog 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.
  • Constructor Details

    • FrcDbgLog

      public FrcDbgLog()
  • Method Details

    • msg

      public void msg(TrcDbgTrace.MsgLevel level, String msg)
      Description copied from interface: TrcDbgTrace.DbgLog
      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.