Files
EonaCat.LogStack/EonaCat.LogStack/EonaCatLoggerCore/CompressionFormat.cs
T
2026-04-06 08:15:54 +02:00

11 lines
306 B
C#

// This file is part of the EonaCat project(s) which is released under the Apache License.
// See the LICENSE file or go to https://EonaCat.com/License for full license details.
namespace EonaCat.LogStack.EonaCatLogStackCore
{
public enum CompressionFormat
{
None,
GZip,
}
}