aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/diag/logging.h
blob: 46aab100f21d9a32cede896759cdb119563f021d (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 ZenServerOptions;

void InitializeServerLogging(const ZenServerOptions& LogOptions);
void ShutdownServerLogging();

}  // namespace zen