![]() |
MAK Data Logger API Documentation for DIS
|
Creating a stand-alone Logger application can be as simple as the embedded Logger examples, or can include more advanced front-end capabilities.
The MÄK Data Logger application is an instance of a complex Logger application.
You can embed the entire Logger application using a DtLoggerApplication object, as follows:
Typically, you would put additional configuration commands after constructing the application, but before running it. For example, the following simple program opens a specific file and plays it:
While creating a new application based on DtLoggerApplication gives you a large amount of control over the low level implementation of the Logger, in many cases this level of control is not needed or exceeds what is necessary for the project. It is usually preferable to use the plug-in capability to extend the Logger application.
[<< Embedding the Logger in an Application] [Home] [Top of Page] [The Logger Plug-in API >>]