Changeset 876


Ignore:
Timestamp:
05/10/19 02:25:18 (5 years ago)
Author:
Maciej Komosinski
Message:

Newly introduced constant used (and fixed behavior for rarely used LOG_DEBUG messages)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/loggers/loggers.h

    r511 r876  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2019  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    8585public:
    8686
    87         void reset() { maxlevel = LOG_INFO - 1; errcount = warncount = infocount = storedcount = 0; msgs = ""; }
     87        void reset() { maxlevel = LOG_MIN - 1; errcount = warncount = infocount = storedcount = 0; msgs = ""; }
    8888
    8989        enum Options2
Note: See TracChangeset for help on using the changeset viewer.