aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/diag/logging.h
blob: 9a85eb719c35abbe62163e205ec94369c9612295 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright Epic Games, Inc. All Rights Reserved.

#pragma once

#include <zencore/logging.h>

namespace zen {

struct ZenServerConfig;

void InitializeServerLogging(const ZenServerConfig& LogOptions, bool WithCacheService);
void ShutdownServerLogging();

}  // namespace zen