로딩중...
검색중...
일치하는것 없음
by::consoleStream 클래스 참조

Console output stream for logging to standard output 더 자세히 ...

#include <consoleStream.hpp>

by::consoleStream에 대한 상속 다이어그램 :
by::stream

Public 멤버 함수

const std::string & getName () const override
 
nbool logBypass (const nchar *msg) override
 Log message directly without formatting
 
- by::stream(으)로부터 상속된 Public 멤버 함수
 stream (nbool isEnable=true)
 
nbool logBypass (const std::string &message)
 
nbool isNull () const
 Checks if this stream is a null object.
 
virtual nbool isEnable () const
 
virtual void setEnable (nbool isEnable)
 
virtual nbool init ()
 Initializes the stream, transitioning its state from RELEASED to INITIALIZED.
 
virtual nbool isInit () const
 
virtual nbool rel ()
 Releases the stream's resources, transitioning its state from INITIALIZED to RELEASED.
 

상세한 설명

Console output stream for logging to standard output

Implements stream interface to output log messages directly to the console/terminal with appropriate formatting.

멤버 함수 문서화

◆ getName()

const std::string & by::consoleStream::getName ( ) const
overridevirtual

by::stream를 구현.

◆ logBypass()

nbool by::consoleStream::logBypass ( const nchar * message)
overridevirtual

Log message directly without formatting

반환값
true on success, false on error

by::stream(으)로부터 재구현되었습니다.


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: