Functions | |
MAXON_DECLARATION (Class< FileLoggerTypeRef >, MultiFile, "net.maxon.core.loggertype.multifile") | |
MAXON_DECLARATION (Class< FileLoggerTypeRef >, File, "net.maxon.core.loggertype.file") | |
MAXON_DECLARATION (Class< UserLoggerTypeRef >, Application, "net.maxon.core.loggertype.applicationconsole") | |
MAXON_DECLARATION (Class< LoggerTypeRef >, Process, "net.maxon.core.loggertype.process") | |
maxon::LoggerTypes::MAXON_DECLARATION | ( | Class< FileLoggerTypeRef > | , |
MultiFile | , | ||
"net.maxon.core.loggertype.multifile" | |||
) |
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" | |||
) |
Logger type which writes output to a file.
maxon::LoggerTypes::MAXON_DECLARATION | ( | Class< UserLoggerTypeRef > | , |
Application | , | ||
"net.maxon.core.loggertype.applicationconsole" | |||
) |
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" | |||
) |
Logger type which writes output to the process console (and on Windows to the debugger console).