C# (CSharp) ObjectPrinter Namespace

Nested Namespaces

ObjectPrinter.Log4Net
ObjectPrinter.Printers
ObjectPrinter.Specs
ObjectPrinter.TypeInspectors
ObjectPrinter.Utilties

Classes

Name Description
Config.InspectAllTypeInspector Configs for the InspectAllTypeInspector, the default CatchAllTypeInspector
Config.InspectAllTypeInspector.Default Defaults
Config.Inspectors Configs defining inspectors
Config.Printer Defaults for ObjectPrinterConfig
ExceptionExtensions Extensions for exceptions
ObjectInfo The info used by the ObjectPrinter to inspect and print items
ObjectPrinterConfig Configs that can be overridden for a specific Dump by the ObjectPrinter
TypeInspectorsRegistration Use this class to customize type inspector registration. Order inspectors will be applied: - Enum - Exception - Enumerables - Custom - CatchAll