Package com.reduxrobotics.canand
Class MessageLogger
java.lang.Object
com.reduxrobotics.canand.MessageLogger
Logs Redux CAN messages that are sent and received.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MessageLogger
public MessageLogger()
-
-
Method Details
-
openLog
Opens a new log file. If a previous log file was open, it is closed and replaced with this one.Passing in a directory will create a new autogenerated file name in that directory. Passsing in a file name will write to that file name.
- Parameters:
path- path to log
-
closeLog
public static void closeLog()Closes any open loggers.
-