BornAgain  1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
FitLog.h File Reference

Description

Defines class FitLog.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file FitLog.h.

Include dependency graph for FitLog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FitLog
 the collected messages of a fitting session More...
 
struct  FitLog::Message
 

Enumerations

enum class  FitLogLevel {
  Default , Success , Highlight , Warning ,
  Error
}
 enum class describing the log level of a message More...
 

Enumeration Type Documentation

◆ FitLogLevel

enum FitLogLevel
strong

enum class describing the log level of a message

Enumerator
Default 
Success 
Highlight 
Warning 
Error 

Definition at line 24 of file FitLog.h.