#include <log.h>
Inherited by Console.
Inheritance diagram for LogAcceptor:

Public Member Functions | |
| LogAcceptor () | |
| virtual | ~LogAcceptor () |
| template<class T> | |
| LogAcceptor & | operator<< (const T &t) |
| Forwarded input from Log. | |
| virtual LogAcceptor & | operator<< (std::ostream &(*op)(std::ostream &)) |
| Input for manipulators. | |
| virtual void | logLine (const std::string &line)=0 |
| Processing one line from log. | |
Private Attributes | |
| std::stringstream | mLine |
Definition at line 25 of file log.h.
|
|
|
|
|
|
|
|
Processing one line from log. DONT USE ANY LOGING IN THIS FUNCTION!
Implemented in Console. Referenced by operator<<(). |
|
|
Input for manipulators. Current status is that any call to this method will send current stream to logLine and empty the stream. DONT USE ANY LOGING IN THIS FUNCTION!
Definition at line 29 of file log.cpp. References logLine(), and mLine. Here is the call graph for this function: ![]() |
|
||||||||||
|
Forwarded input from Log. DONT USE ANY LOGING IN THIS FUNCTION!
Definition at line 37 of file log.h. References mLine. |
|
|
Definition at line 65 of file log.h. Referenced by operator<<(). |
1.4.5