Show / Hide Table of Contents

Interface ILog

Enables verbose logging during serialization and schema processing.

Namespace: Manatee.Json
Assembly: Manatee.Json.dll
Syntax
public interface ILog

Methods

| Improve this Doc View Source

Verbose(String, LogCategory)

Creates a log entry at a "verbose" log level.

Declaration
void Verbose(string message, LogCategory category = LogCategory.General)
Parameters
Type Name Description
System.String message

The message to log.

LogCategory category

The logging category.

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