diff --git a/README.md b/README.md index c76f215b..c8e8e758 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,13 @@ As for standard logger features, it supports loading LogLevel from json, filteri ## Table of Contents - [Getting Started](#getting-started) +- [Logging Providers](#logging-providers) + - [Console](#console) + - [File](#file) + - [RollingFile](#rollingfile) + - [Stream](#stream) + - [In-Memory](#in-memory) + - [Custom LogProcessor](#custom-logprocessor) - [Formatter Configurations](#formatter-configurations) - [PlainText](#plaintext) - [JSON](#json) @@ -38,13 +45,6 @@ As for standard logger features, it supports loading LogLevel from json, filteri - [Custom Formatter](#custom-formatter) - [LogInfo](#loginfo) - [KeyNameMutator](#keynamemutator) -- [ZLoggerBuilder](#zloggerbuilder) - - [Console](#console) - - [File](#file) - - [RollingFile](#rollingfile) - - [Stream](#stream) - - [In-Memory](#in-memory) - - [Custom LogProcessor](#custom-logprocessor) - [ZLoggerOptions](#zloggeroptions) - [Custom Format](#custom-format) - [ZLoggerMessage Source Generator](#zloggermessage-source-generator)