// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include namespace zen { struct ZenServerConfig; void InitializeServerLogging(const ZenServerConfig& LogOptions, bool WithCacheService); void ShutdownServerLogging(); } // namespace zen