Enum JsonFormatting
- Namespace
- Microsoft.Practices.EnterpriseLibrary.Logging.Formatters
- Assembly
- Microsoft.Practices.EnterpriseLibrary.Logging.dll
Specifies formatting options.
public enum JsonFormatting
Fields
Indented = 1
Specifies that child objects should be indented.
None = 0
Specifies that no special formatting should be applied. This is the default.