You are here: Forum Home → ANT Developers Forums → ANTWareII → Thread
Neil,
Logging features are located in the base library (ANT_LIB ), in dsi_debug.cpp/hpp. You can see how this class is used for example in dsi_framer_ant.cpp. You can also see the antfs_host.cpp for an example of application specific logs in addition to the serial logs. Look for calls to functions in DSIDebug.
Edit to add:
To make the changes available to ANTwareII, you would need to change the base library and recompile the unmanaged wrapper (ANTWrappedLib.dll).
alejandra wrote:
Neil,
Logging features are located in the base library (ANT_LIB ), in dsi_debug.cpp/hpp. You can see how this class is used for example in dsi_framer_ant.cpp. You can also see the antfs_host.cpp for an example of application specific logs in addition to the serial logs. Look for calls to functions in DSIDebug.
Edit to add:
To make the changes available to ANTwareII, you would need to change the base library and recompile the unmanaged wrapper (ANTWrappedLib.dll).
i am looking all available sources for but i am failing to
find dsi_debug.cpp (or any sources needed to recompile
the dll/wrapper). In what archive/which download are
those sources?
Antti