Provides information on level of a message for the logger.
Namespace:
LeCouteauSuisse.APIAssembly: LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
| C# |
|---|
[FlagsAttribute] public enum LoggerLevel |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration LoggerLevel |
| Visual C++ |
|---|
[FlagsAttribute] public enum class LoggerLevel |
Members
| Member name | Description | |
|---|---|---|
| Debug |
Only information for debug purpose.
| |
| Information |
Detailled information.
| |
| Message |
Summary message.
| |
| Warning |
Warning message.
| |
| Error |
Error message.
| |
| All |
All the level message. This is the default value of a logger.
|
Remarks
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.