For easier use with int and other basic types, new logging macros where introduced that use stringstream internally, so heterogeneous data can be logged using the following syntax: LOG_INFO_STREAM(<< "hello " << 42 << '!');
10 lines
667 B
Plaintext
10 lines
667 B
Plaintext
ConfigManager.cpp ERROR: value path/to/nowhere is not present in config.
|
|
Graph.cpp ERROR: Can't remove member edge, without removing the child node.
|
|
TextAccess.cpp WARNING: Index 'firstLine' has to be lower or equal index 'lastLine', is 3 > 2
|
|
TextAccess.cpp WARNING: Tried to access index 10. Maximum index is 8
|
|
TextAccess.cpp WARNING: Tried to access index 10. Maximum index is 8
|
|
TextAccess.cpp WARNING: Line numbers start with one, is 0
|
|
TextAccess.cpp WARNING: Line numbers start with one, is 0
|
|
TokenLocationCollection.cpp ERROR: Can't create TokenLocation with wrong boundaries.
|
|
TokenLocationCollection.cpp ERROR: Can't create TokenLocation with wrong boundaries.
|