milupHPC documentation
Public Attributes | List of all members
structLog Struct Reference

Logger settings. More...

#include "logger.h"

+ Collaboration diagram for structLog:
Collaboration graph

Public Attributes

bool headers = false
 show headers More...
 
typeLog level = DEBUG
 Minimum logging level to be shown. More...
 
int rank = -1
 whether to use MPI More...
 
int outputRank = -1
 MPI rank to be displayed (default: -1 -> display all) More...
 
bool write2LogFile = true
 write additionally to log file More...
 
std::string logFileName {"log/miluphpc.log"}
 log file to be written More...
 
bool omitTime = false
 omit time output/logging More...
 

Detailed Description

Logger settings.

Definition at line 58 of file logger.h.

Member Data Documentation

◆ headers

bool structLog::headers = false

show headers

Definition at line 60 of file logger.h.

◆ level

typeLog structLog::level = DEBUG

Minimum logging level to be shown.

Definition at line 62 of file logger.h.

◆ logFileName

std::string structLog::logFileName {"log/miluphpc.log"}

log file to be written

Definition at line 70 of file logger.h.

◆ omitTime

bool structLog::omitTime = false

omit time output/logging

Definition at line 72 of file logger.h.

◆ outputRank

int structLog::outputRank = -1

MPI rank to be displayed (default: -1 -> display all)

Definition at line 66 of file logger.h.

◆ rank

int structLog::rank = -1

whether to use MPI

Definition at line 64 of file logger.h.

◆ write2LogFile

bool structLog::write2LogFile = true

write additionally to log file

Definition at line 68 of file logger.h.


The documentation for this struct was generated from the following file:
  • include/utils/logger.h

milupHPC - structLog Struct Reference
Generated on Wed Aug 31 2022 12:16:53 by Doxygen 1.9.3