Changeset 876
- Timestamp:
- 05/10/19 02:25:18 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/loggers/loggers.h
r511 r876 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-201 5Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2019 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 85 85 public: 86 86 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 = ""; } 88 88 89 89 enum Options2
Note: See TracChangeset
for help on using the changeset viewer.