Table of Contents

Enum FileLoggerFormatting

Namespace
JJMasterData.Commons.Logging.File
Assembly
JJMasterData.Commons.dll
public enum FileLoggerFormatting
Extension Methods

Fields

Compact = 1

A more compact logging format inspired by structured logging.

Default = 0

Designed to provide a clean and easily readable output.

Json = 2

Store the logs at JSON objects.