mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-20 15:10:32 +00:00
V0.6
rewrite
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 4/2/2020.
|
||||
///
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
void InitLog();
|
||||
void except(const std::string& toPrint);
|
||||
void debug(const std::string& toPrint);
|
||||
void error(const std::string& toPrint);
|
||||
void info(const std::string& toPrint);
|
||||
void warn(const std::string& toPrint);
|
||||
Reference in New Issue
Block a user