|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|

Go to the source code of this file.
Functions | |
| Logger & | writeVerbose (Logger &logger) |
| Logger & | write (Logger &logger) |
C++-style stream manipulator which tells Logger to write the contents of the stream buffer into the file. The stream buffer is cleared after a successful write. You need to insert "write" into the input stream whenever you want to write to the logfile, endl or flush will not do that. Argument is false because it writes non-verbose output.
| logger | Reference to Logger. |
Definition at line 193 of file logger.cpp.


C++-style stream manipulator which tells Logger to write the contents of the stream buffer into the file. The stream buffer is cleared after a successful write. You need to insert "write" into the input stream whenever you want to write to the logfile, endl or flush will not do that. Argument is true because it writes verbose output.
| logger | Reference to Logger. |
Definition at line 177 of file logger.cpp.

