Initialization of WinSock librarry
This commit is contained in:
12
SocketLibrary/Log.h
Normal file
12
SocketLibrary/Log.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
namespace SocketLibrary
|
||||
{
|
||||
class Log
|
||||
{
|
||||
public:
|
||||
void static Print(std::string message);
|
||||
void static PrintError(std::string message, int error);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user