Functions | |
| MAXON_DECLARATION (Class< FileLoggerTypeRef >, MultiFile, "net.maxon.core.loggertype.multifile", MAXON_IMPLEMENTATION_MODULE("net.maxon.kernel")) | |
| MAXON_DECLARATION (Class< FileLoggerTypeRef >, File, "net.maxon.core.loggertype.file", MAXON_IMPLEMENTATION_MODULE("net.maxon.kernel")) | |
| MAXON_DECLARATION (Class< UserLoggerTypeRef >, Application, "net.maxon.core.loggertype.applicationconsole", MAXON_IMPLEMENTATION_MODULE("net.maxon.kernel")) | |
| MAXON_DECLARATION (Class< LoggerTypeRef >, Process, "net.maxon.core.loggertype.process", MAXON_IMPLEMENTATION_MODULE("net.maxon.kernel")) | |
| maxon::LoggerTypes::MAXON_DECLARATION | ( | Class< FileLoggerTypeRef > | , |
| MultiFile | , | ||
| "net.maxon.core.loggertype.multifile" | , | ||
| MAXON_IMPLEMENTATION_MODULE("net.maxon.kernel") | |||
| ) |
Logger type which writes output to a file in a ring buffer mode. Especially used for long-term processes.
| maxon::LoggerTypes::MAXON_DECLARATION | ( | Class< FileLoggerTypeRef > | , |
| File | , | ||
| "net.maxon.core.loggertype.file" | , | ||
| MAXON_IMPLEMENTATION_MODULE("net.maxon.kernel") | |||
| ) |
Logger type which writes output to a file.
| maxon::LoggerTypes::MAXON_DECLARATION | ( | Class< UserLoggerTypeRef > | , |
| Application | , | ||
| "net.maxon.core.loggertype.applicationconsole" | , | ||
| MAXON_IMPLEMENTATION_MODULE("net.maxon.kernel") | |||
| ) |
Logger type which writes output to the built-in UI console of the host application.
| maxon::LoggerTypes::MAXON_DECLARATION | ( | Class< LoggerTypeRef > | , |
| Process | , | ||
| "net.maxon.core.loggertype.process" | , | ||
| MAXON_IMPLEMENTATION_MODULE("net.maxon.kernel") | |||
| ) |
Logger type which writes output to the process console (and on Windows to the debugger console).