11 lines
306 B
C#
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,
|
|
}
|
|
} |