blob: 52ec5d1bdb8373b99401f4b1d898106df085632b (
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);
spdlog::logger& ConsoleLog();
|