mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update
Update
This commit is contained in:
@@ -5,6 +5,10 @@ namespace TEngine
|
||||
{
|
||||
static Log()
|
||||
{
|
||||
if (LogCore.Instance == null)
|
||||
{
|
||||
LogCore.TempInstance = new LogCore();
|
||||
}
|
||||
LogCore.Instance.ILog = new NLog("Server");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user