Click or drag to resize
Ab4d.SharpEngine logo

LogLevels Enumeration

LogLevels define log levels that are used in SharpEngine.

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public enum LogLevels
Members
Member nameValueDescription
None0 No messages are written
Trace1 Write Trace, Debug, Info, Warning, Error and Fatal error messages
All1 Write Trace, Debug, Info, Warning, Error and Fatal error messages
Debug2 Write Debug, Info, Warning, Error and Fatal error messages
Info3 Write Info, Warning, Error and Fatal error messages
License4 Writes license related logs
Warn5 Write Warning, Error and Fatal errors messages
Error6 Write Error and Fatal errors messages
Fatal7 Write only Fatal errors messages
Remarks

[Missing <remarks> documentation for "T:Ab4d.SharpEngine.Common.LogLevels"]

See Also