Show / Hide Table of Contents

Enum LogCategory

Enumerates the various logging categories used within the library.

Namespace: Manatee.Json
Assembly: Manatee.Json.dll
Syntax
[Flags]
public enum LogCategory

Fields

Name Description
All

All log messages will be generated.

General

General log messages will be generated.

None

No category - Not used

Schema

Log message pertaining to schema processing will be generated.

Serialization

Log messages pertaining to serialization will be generated.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX