Click or drag to resize

ELogLevel Enumeration

Logging verbosity levels

Namespace:  Micros.PosCore.Extensibility
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public enum ELogLevel
Members
  Member nameDescription
LOG_ALWAYS_ERROR Error condition, always logged
LOG_ALWAYS_WARN Warning message, always logged
LOG_ALWAYS_INFO Informational message, always logged
LOG_ALWAYS_DEBUG Debugging message, always logged
LOG_ALWAYS General message, always logged
LIGHT_FLOW Log for summary application flow of control; enabling logging of messages at this level should have negligible impact on performance
GENERAL_FLOW Log for general application flow of control; enabling logging of messages at this level should have little impact on performance
DETAIL_FLOW Log for detailed application flow of control; enabling logging of messages at this level may have significant impact on performance
BUFFER_DUMPS Log for detailed application flow of control and data; enabling logging of messages at this level will have serious impact on performance
ULTIMATE_DEBUG Log for extremely low-level application flow of control and data; enabling logging of messages at this level will have critical impact on performance such that the system is unlikely to be usable for sustained operation in production
See Also