1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add output levels --info and --trace (--verbose is now more verbose)

This commit is contained in:
Perttu Ahola 2012-03-22 14:10:24 +02:00
parent 2671b9af1b
commit c13691a8e6
5 changed files with 34 additions and 9 deletions

View file

@ -23,6 +23,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <ostream>
#include "exceptions.h"
extern bool socket_enable_debug_output;
class SocketException : public BaseException
{
public: