libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
cosmos::ILogger::StreamState Struct Reference

Internal state for each channel's stream. More...

#include <ILogger.hxx>

Public Member Functions

 StreamState (const std::string_view p, const term::ColorSpec &c)
 

Public Attributes

std::ostream * stream = nullptr
 
bool enabled = false
 
bool is_tty = false
 
const std::string_view prefix
 
const term::ColorSpec color
 

Detailed Description

Internal state for each channel's stream.

Definition at line 61 of file ILogger.hxx.

Constructor & Destructor Documentation

◆ StreamState()

cosmos::ILogger::StreamState::StreamState ( const std::string_view p,
const term::ColorSpec & c )
inline

Definition at line 62 of file ILogger.hxx.

62 :
63 prefix{p}, color{c} {}

Member Data Documentation

◆ color

const term::ColorSpec cosmos::ILogger::StreamState::color

Definition at line 69 of file ILogger.hxx.

◆ enabled

bool cosmos::ILogger::StreamState::enabled = false

Definition at line 66 of file ILogger.hxx.

◆ is_tty

bool cosmos::ILogger::StreamState::is_tty = false

Definition at line 67 of file ILogger.hxx.

◆ prefix

const std::string_view cosmos::ILogger::StreamState::prefix

Definition at line 68 of file ILogger.hxx.

◆ stream

std::ostream* cosmos::ILogger::StreamState::stream = nullptr

Definition at line 65 of file ILogger.hxx.


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