The Sparta Modeling Framework
Loading...
Searching...
No Matches
sparta::log::categories Class Reference

Static Public Attributes

static constexpr char WARN_STR [] = "warning"
 
static constexpr char DEBUG_STR [] = "debug"
 
static constexpr char PARAMETERS_STR [] = "parameters"
 
static const std::string *const WARN
 Indicates a WARNING.
 
static const std::string *const DEBUG
 Indicates a DEBUG.
 
static const std::string *const PARAMETERS
 Indicates PARAMETER setup logs.
 
static const std::string *const NONE
 Indicates NO category (or for observing, ANY category)
 

Detailed Description

Definition at line 13 of file CategoryManager.hpp.

Member Data Documentation

◆ DEBUG

const std::string* const sparta::log::categories::DEBUG
static

Indicates a DEBUG.

Definition at line 23 of file CategoryManager.hpp.

◆ DEBUG_STR

constexpr char sparta::log::categories::DEBUG_STR[] = "debug"
staticconstexpr

Definition at line 18 of file CategoryManager.hpp.

◆ NONE

const std::string* const sparta::log::categories::NONE
static

Indicates NO category (or for observing, ANY category)

Definition at line 25 of file CategoryManager.hpp.

◆ PARAMETERS

const std::string* const sparta::log::categories::PARAMETERS
static

Indicates PARAMETER setup logs.

Definition at line 24 of file CategoryManager.hpp.

◆ PARAMETERS_STR

constexpr char sparta::log::categories::PARAMETERS_STR[] = "parameters"
staticconstexpr

Definition at line 19 of file CategoryManager.hpp.

◆ WARN

const std::string* const sparta::log::categories::WARN
static

Indicates a WARNING.

Definition at line 22 of file CategoryManager.hpp.

◆ WARN_STR

constexpr char sparta::log::categories::WARN_STR[] = "warning"
staticconstexpr

Definition at line 17 of file CategoryManager.hpp.


The documentation for this class was generated from the following file: