Package frclib.robotcore
Class FrcDbgLog
java.lang.Object
frclib.robotcore.FrcDbgLog
- All Implemented Interfaces:
TrcDbgTrace.DbgLog
This class implements the TrcDbgTrace.DbgLog interface which provides platform specific ways to print trace log
events to the debug log.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
msg
(TrcDbgTrace.MsgLevel level, String msg) This method is called to print a message with the specified message level to the debug console.
-
Constructor Details
-
FrcDbgLog
public FrcDbgLog()
-
-
Method Details
-
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 interfaceTrcDbgTrace.DbgLog
- Parameters:
level
- specifies the message level.msg
- specifies the message.
-