Set the current formatting buffer.
The size of the internal buffer determines the length of the string that can be logged. To avoid GC allocations during logging, and excessive memory allocation when user types are logged, the buffer is never resized internally.
Buffer to use. If null is used, nothing will be logged.
this
See Implementation
Set the current formatting buffer.
The size of the internal buffer determines the length of the string that can be logged. To avoid GC allocations during logging, and excessive memory allocation when user types are logged, the buffer is never resized internally.