mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-16 21:30:15 +00:00
Logging library with setup
This commit is contained in:
12
include/Logger.h
Normal file
12
include/Logger.h
Normal file
@@ -0,0 +1,12 @@
|
||||
///
|
||||
/// Created by Anonymous275 on 12/26/21
|
||||
/// Copyright (c) 2021-present Anonymous275 read the LICENSE file for more info.
|
||||
///
|
||||
|
||||
#pragma once
|
||||
#include "easylogging++.h"
|
||||
|
||||
class Log {
|
||||
public:
|
||||
static void Init(int argc, char* argv[]);
|
||||
};
|
||||
Reference in New Issue
Block a user