Log Fields |
The Log type exposes the following members.
Name | Description | |
---|---|---|
IsLoggingVulkanExtensionNames | IsLoggingVulkanExtensionNames specifies if the debug message callback will log all available extension. When displaying log messages to Visual Studio Output this may take a long time and delay startup of the application. Default value is false. | |
LastErrorMessage | Gets the last error message (the last message that was logged with Error LogLevel. User can set this string to null before some complex operation and then read it for more information. | |
LastVulkanValidationMessage | Gets the last Vulkan validation warning or error text (if exist; otherwise null) | |
MinUsedLogLevel | Gets the minimum log level that is used by this build. Usually this is set to Warn for release build (log event with lower level are not compiled into the assembly) and Trace for Debug build. | |
WriteProcessTimeInTotalMilliseconds | When true then the process time in log file is written as one float value that represents the total elapsed milliseconds. When false, then the process time is written as HH:mm:ss.ffffff. Default value is true; |