로딩중...
검색중...
일치하는것 없음
Clog

Logging subsystem that handles all logging operations. Provides configurable log levels and output formatting with thread-safe logging implementation. This layer ensures consistent logging across the entire system. 더 자세히 ...

클래스

class  by::enablesZone
 Temporary scope-based enable/disable zone for logging streams 더 자세히 ...
 
class  by::errPassFilter
 Filter that passes through error-level log messages only 더 자세히 ...
 
class  by::filterable
 Interface for objects that can filter log messages 더 자세히 ...
 
class  by::filters
 Collection of filterable objects for logging control 더 자세히 ...
 
class  by::logger
 Main logging interface for the byeol language system 더 자세히 ...
 
struct  by::noWrap< T >
 Rich logging support with polymorphic type conversion 더 자세히 ...
 
class  by::scopeLog
 Helper class to finalize scope logging with elapsed time. 더 자세히 ...
 
class  by::consoleStream
 Console output stream for logging to standard output 더 자세히 ...
 
class  by::fileLogStream
 File output stream for logging to disk files 더 자세히 ...
 
class  by::stream
 Base class for all logging output streams 더 자세히 ...
 
class  by::__WHEN_OBJECT__
 Conditional logging utility for clog module 더 자세히 ...
 

상세한 설명

Logging subsystem that handles all logging operations. Provides configurable log levels and output formatting with thread-safe logging implementation. This layer ensures consistent logging across the entire system.

to Top