![]() |
Ginkgo
Generated from tags/v1.0.0^0 branch based on master. Ginkgo version 1.0.0
A numerical linear algebra library targeting many-core architectures
|
A module dedicated to the implementation and usage of the Logging in Ginkgo. More...
Namespaces | |
gko::log | |
The logger namespace . | |
Classes | |
class | gko::log::Convergence< ValueType > |
Convergence is a Logger which logs data strictly from the criterion_check_completed event. More... | |
class | gko::log::Stream< ValueType > |
Stream is a Logger which logs every event to a stream. More... | |
A module dedicated to the implementation and usage of the Logging in Ginkgo.
The Logger class represents a simple Logger object.
It comprises all masks and events internally. Every new logging event addition should be done here. The Logger class also provides a default implementation for most events which do nothing, therefore it is not an obligation to change all classes which derive from Logger, although it is good practice. The logger class is built using event masks to control which events should be logged, and which should not.