| Class | Description |
|---|---|
| EventServiceNotifier |
Logging service component notifier
|
| Handler |
Default log handler
|
The logging service provides a log handler that sends all log records to all installed log event subscribers. These log event subscribers include:
The log handler is installed as part of node initialization.
The log handler can be called from within, or without, a transaction. When called inside of a transaction, the log records are always sent to all log event subscribers, even if the transaction rolls back.