[*] readme
This commit is contained in:
parent
cf70f0d45c
commit
cc3971e3b1
@ -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
|
||||
them to the relevant subscriber.
|
||||
|
||||
Flushing occurs at a fix rate on a low prio secondary thread, zero configuration required; and
|
||||
the resources spent on the thread is shared with the telemetry and debug subsystems to reduce
|
||||
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 thread overhead of the runtime. Flushes also occur during panic events and other relevant
|
||||
problematic points.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user