Class LogCategories
Exposes the various logging categories that are used
Inheritance
System.Object
LogCategories
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom.Log
Assembly: fo-dicom.core.dll
Syntax
public static class LogCategories
Fields
Codec
Declaration
public const string Codec = "FellowOakDicom.Imaging.Codec"
Field Value
Type | Description |
---|---|
System.String |
Encoding
Declaration
public const string Encoding = "FellowOakDicom.Encoding"
Field Value
Type | Description |
---|---|
System.String |
IO
Declaration
public const string IO = "FellowOakDicom.IO"
Field Value
Type | Description |
---|---|
System.String |
Network
Declaration
public const string Network = "FellowOakDicom.Network"
Field Value
Type | Description |
---|---|
System.String |
Printing
Declaration
public const string Printing = "FellowOakDicom.Printing"
Field Value
Type | Description |
---|---|
System.String |