maxon::LoggerTypes Namespace Reference 系统

函数

  MAXON_DECLARATION ( Class < FileLoggerTypeRef >, MultiFile, "net.maxon.core.loggertype.multifile")
  MAXON_DECLARATION ( Class < FileLoggerTypeRef >, File, "net.maxon.core.loggertype.file")
  MAXON_DECLARATION ( Class < UserLoggerTypeRef >, 应用程序 , "net.maxon.core.loggertype.applicationconsole")
  MAXON_DECLARATION ( Class < LoggerTypeRef >, Process, "net.maxon.core.loggertype.process")

Function Documentation

◆  MAXON_DECLARATION() [1/4]

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_DECLARATION() [2/4]

maxon::LoggerTypes::MAXON_DECLARATION ( Class < FileLoggerTypeRef >  ,
File  ,
"net.maxon.core.loggertype.file"   
)

Logger type which writes output to a file.

◆  MAXON_DECLARATION() [3/4]

maxon::LoggerTypes::MAXON_DECLARATION ( Class < UserLoggerTypeRef >  ,
应用程序   ,
"net.maxon.core.loggertype.applicationconsole"   
)

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

◆  MAXON_DECLARATION() [4/4]

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).