LogStream.h¶
Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
- 
class 
LogStream¶ This class provides functionality similar to standard C++ streams (std::cout, std::endl) for output but working through the DOLFIN log system.
- 
enum Type Stream types
- 
LogStream(Type type)¶ Create log stream of given type
- 
LogStream& operator<< (long unsigned int a) Output for long int
- 
LogStream &
operator<<(const MeshEntity &entity)¶ Output for mesh entity (not subclass of Variable for efficiency)
-