Constructs a stream bound to the given processor.
Synopsis
Declared in <folly/logging/LogStream.h>
explicit
LogStream(LogStreamProcessor* processor);
Parameters
Name |
Description |
processor |
The processor that receives the streamed message. |
Created with MrDocs