Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum LogTypes Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum LogTypes : Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class LogTypes : public Enum |
Member | Description |
---|---|
None | Generic logging message. |
Info | Informational message. |
Warning | Warning message. |
Error | Error message. |
Exception | Exception message. |
All | All log messages. |
Registers an IServiceLog implementation with the global unity container.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.AddIn.Interfaces.LogTypes
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family