StreamObserver [constructor] | Create a stream observer that transmits log records to stream. |
~StreamObserver [destructor] [virtual] | Destroy this stream observer. |
disablePublishInLocalTime | Disable publishing of record timestamps in local time. |
enablePublishInLocalTime | Enable publishing of record timestamps in local time. |
getFormat | Return the format config of the last successful setFormat call. |
isPublishInLocalTimeEnabled | Return true if published timestamps are written in local time. |
publish | publish overloads |
releaseRecords [virtual] | Discard any shared reference to a Record object held by this observer. |
setFormat | Set the stream record format from the specified format string. |
setRecordFormatFunctor | Set the formatting functor used when writing records to the stream. |