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.

Inheritance diagram

Inheritance

Parent Class:

Attributes

maxon.LoggerTypes.Application

Logger type which writes output to the built-in UI console of the host application.

maxon.LoggerTypes.File

Logger type which writes output to a file.

maxon.LoggerTypes.MultiFile

Logger type which writes output to a file in a ring buffer mode.

maxon.LoggerTypes.Process

Logger type which writes output to the process console (and on Windows to the debugger console).