[*] readme

This commit is contained in:
Reece Wilson 2022-02-17 03:10:56 +00:00
parent cf70f0d45c
commit cc3971e3b1

View File

@ -82,8 +82,8 @@ to logger subsystem sinks. Sinks are user implementable interfaces that can be e
or asynchronous. Loggers are defined as an internal object the takes logger messages and dumps or asynchronous. Loggers are defined as an internal object the takes logger messages and dumps
them to the relevant subscriber. them to the relevant subscriber.
Flushing occurs at a fix rate on a low prio secondary thread, zero configuration required; and Flushing occurs at a fixed rate on a low prio secondary thread without any configuration requirement.
the resources spent on the thread is shared with the telemetry and debug subsystems to reduce The resources spent on the thread is shared with the telemetry and debug subsystems to reduce
the thread overhead of the runtime. Flushes also occur during panic events and other relevant the thread overhead of the runtime. Flushes also occur during panic events and other relevant
problematic points. problematic points.