maxon.LoggerTypes¶
Description¶
Registries are used to register specific implementations of a given interface.
An implementation that is registered in such a registry can then be accessed
with a specific ID from anywhere in the application.
Attributes¶
Logger type which writes output to the built-in UI console of the host application. |
|
Logger type which writes output to a file. |
|
Logger type which writes output to a file in a ring buffer mode. |
|
Logger type which writes output to the process console (and on Windows to the debugger console). |