Files
FlaxEngine/Source/Engine/Debug/Exception.cpp

10 lines
192 B
C++

// Copyright (c) Wojciech Figat. All rights reserved.
#include "Exception.h"
Log::Exception::~Exception()
{
// Always write exception to the log
Logger::Write(_level, ToString());
}