OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
Base.hpp File Reference
#include <limits>
#include <memory>
#include <string>
Include dependency graph for Base.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LogFacility
 

Namespaces

 focs
 

Enumerations

enum  LogSeverity : int {
  debug = 7, info = 6, notice = 5, warning = 4,
  error = 3, critical = 2, alert = 1, emergency = 0,
  warn = warning, err = error, crit = critical, emerg = emergency,
  min = std::numeric_limits<int>::max(), max = std::numeric_limits<int>::min()
}