Low-level helper namespace used by the logging runtime for high-performance formatting, pooling, and text processing primitives.
LogEncoderBufferProvides a pooled byte buffer used to encode text for output writers.LogFormatterBufferProvides a pooled character buffer used by LogFormatter implementations.LogStringBufferProvides a pooled UTF-16 character buffer for incremental text construction.This namespace primarily contains implementation-focused utilities that support zero-allocation execution paths in the core runtime and writers.