blob: 8df49f842beea505dfd95890d3d24dc8bc0def5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include <zencore/logging.h>
struct ZenServerOptions;
void InitializeLogging(const ZenServerOptions& GlobalOptions);
void ShutdownLogging();
|