Logging

Logging#

Reference API: Logging
Reference API
Logging

A module dedicated to the implementation and usage of the Logging in Ginkgo. More...

Namespaces

namespace  gko::batch::log
 The logger namespace . Logging.
 
namespace  gko::log
 The logger namespace . Logging.
 

Classes

class  gko::batch::log::BatchConvergence< ValueType >
 
class  gko::log::Convergence< ValueType >
 
class  gko::log::Papi< ValueType >
 
class  gko::log::PerformanceHint
 
class  gko::log::Stream< ValueType >
 

Detailed Description

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.