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 Summary

    Modifier and Type
    Method
    Description
    void
    This method is called to print a message with the specified message level to the debug console.
  • Method Details

    • msg

      void msg(TrcDbgTrace.MsgLevel level, String msg)
      This 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.