Receives records from a Logger.
Custom handlers should avoid throwing. Logger catches handler errors so a logging failure does not stop an SDK request.
Writes one record.
A negative traceLevel disables the call-site trace. A non-negative value controls how many logging frames the handler skips. A built-in handler with alwaysAddTrace enabled can override a negative value.
traceLevel
alwaysAddTrace
Receives records from a Logger.
Custom handlers should avoid throwing. Logger catches handler errors so a logging failure does not stop an SDK request.