You're breathtaking!
This commit is contained in:
9
Source/Engine/Debug/Exception.cpp
Normal file
9
Source/Engine/Debug/Exception.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2012-2020 Wojciech Figat. All rights reserved.
|
||||
|
||||
#include "Exception.h"
|
||||
|
||||
Log::Exception::~Exception()
|
||||
{
|
||||
// Always write exception to the log
|
||||
Logger::Write(_level, ToString());
|
||||
}
|
||||
Reference in New Issue
Block a user