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 SourceVerbose(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. |