Last change
on this file since edbe74 was 543ce4, checked in by Frederik Heber <heber@…>, 16 years ago |
Huge change from ofstream * (const) out --> Log().
- first shift was done via regular expressions
- then via error messages from the code
- note that class atom, class element and class molecule kept in parts their output stream, was they print to file.
- make check runs fine
- MISSING: Verbosity is not fixed for everything (i.e. if no endl; is present and next has Verbose(0) ...)
Signed-off-by: Frederik Heber <heber@…>
|
-
Property mode
set to
100644
|
File size:
272 bytes
|
Rev | Line | |
---|
[96d8dc] | 1 | /*
|
---|
| 2 | * log.hpp
|
---|
| 3 | *
|
---|
| 4 | * Created on: Oct 19, 2009
|
---|
| 5 | * Author: metzler
|
---|
| 6 | */
|
---|
| 7 |
|
---|
| 8 | #ifndef LOG_HPP_
|
---|
| 9 | #define LOG_HPP_
|
---|
| 10 |
|
---|
[543ce4] | 11 | #include "errorlogger.hpp"
|
---|
| 12 | #include "logger.hpp"
|
---|
| 13 |
|
---|
| 14 | class logger * Log();
|
---|
| 15 | class errorLogger * eLog();
|
---|
[96d8dc] | 16 | void setVerbosity(int verbosityLevel);
|
---|
| 17 |
|
---|
| 18 | #endif /* LOG_HPP_ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.