#include <Logger.h>
|
| using | Level = spdlog::level::level_enum |
| |
| using | Log = std::shared_ptr<spdlog::logger> |
| |
Definition at line 30 of file Logger.h.
◆ Level
◆ Log
◆ Logger()
◆ ~Logger()
◆ complexToString()
◆ get()
| Logger::Log Logger::get |
( |
const std::string & | name, |
|
|
Level | filelevel = Level::info, |
|
|
Level | clilevel = Level::off ) |
|
static |
◆ getCSVColumnNames()
| String Logger::getCSVColumnNames |
( |
std::vector< String > | names | ) |
|
|
static |
◆ getCSVLineFromData() [1/3]
◆ getCSVLineFromData() [2/3]
◆ getCSVLineFromData() [3/3]
◆ logDir()
◆ matrixCompToString()
◆ matrixToString()
◆ phasorMatrixToString()
◆ phasorToString()
◆ prefix()
◆ realToString()
◆ setLogDir()
| void Logger::setLogDir |
( |
String | path | ) |
|
|
static |
Set env variable CPS_LOG_DIR and overwrite.
Definition at line 88 of file Logger.cpp.
◆ setLogLevel()
| void Logger::setLogLevel |
( |
std::shared_ptr< spdlog::logger > | logger, |
|
|
Logger::Level | level ) |
|
static |
◆ setLogPattern()
| void Logger::setLogPattern |
( |
std::shared_ptr< spdlog::logger > | logger, |
|
|
std::string | pattern ) |
|
static |
◆ sparseMatrixCompToString()
◆ sparseMatrixToString()
The documentation for this class was generated from the following files:
- /__w/dpsim/dpsim/dpsim-models/include/dpsim-models/Logger.h
- /__w/dpsim/dpsim/dpsim-models/src/Logger.cpp