Click or drag to resize
Ab4d.SharpEngine logo

Log Fields

The Log type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberIsLoggingVulkanExtensionNames 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.
Public fieldStatic memberLastErrorMessage 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.
Public fieldStatic memberLastVulkanValidationMessage Gets the last Vulkan validation warning or error text (if exist; otherwise null)
Public fieldStatic memberMinUsedLogLevel 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.
Public fieldStatic memberWriteProcessTimeInTotalMilliseconds 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;
Top
See Also