Open ewgenijkkg opened 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.
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.