rbei-etas / busmaster

BUSMASTER is an Open Source Software tool to simulate, analyze and test data bus systems such as CAN. BUSMASTER was conceptualized, designed and implemented by Robert Bosch Engineering and Business Solutions (RBEI). Presently it is a joint project of RBEI and ETAS GmbH.
http://rbei-etas.github.com/busmaster/
GNU General Public License v3.0
946 stars 500 forks source link

Error logging in Busmaster #462

Open ewgenijkkg opened 11 years ago

ewgenijkkg commented 11 years ago

Hello. Do I understand it right, that there is no error logging implemented in Busmaster? There is a virtualisation of error logging and there is a realisation for it in WrapperErrorLogger.cpp, however the correspondent log function

void WrapperErrorLogger::vLogAMessage(char* /File/, int /Line/, string /Msg/) { }

is empty.

RBEI-ArunKumar commented 11 years ago

Error Logger is not available in BUSMASTER. Alternatively, use the log file to write any user specfic data at run time. An API 'UINT WriteToLogFile ( char* msg )' is available in node simulation API which can be used to log data into log files.