DataSource.NET
LogLevels Enumeration
NamespacesCaplin.LoggingLogLevels
Enumeration that defines the standard Caplin logging levels.
Declaration Syntax
C#Visual BasicVisual C++
public enum LogLevels
Public Enumeration LogLevels
public enum class LogLevels
Members
MemberDescription
Finest
Used for the most finely detailed tracing messages.

Finer
Used for fairly detailed tracing messages.

Debug
Used for tracing messages.

Info
Used for informational messages.

Notify
Used for messages of greater importance than Info that may not indicate problems.

Warning
Used for messages which indicate a potential problem.

Error
Used for messages which indicate a problem.

Critical
Used for messages indicating a serious failure.

Config
Used for log messages that indicate a problem or feedback with library configuration

Assembly: DataSource.NET (Module: DataSource.NET) Version: 4.5.18.2 (4.5.18.2)