Uses of Class
org.chenile.core.context.LogRecord
Packages that use LogRecord
Package
Description
Define Core Chenile interceptors
The chief model classes that contain Service and Operation information.
-
Uses of LogRecord in org.chenile.core.external
Methods in org.chenile.core.external that return LogRecordModifier and TypeMethodDescriptionprivate LogRecordChenileExternalClient.baseRecord(ExternalApiRequest<?> request, HttpHeaders headers) Methods in org.chenile.core.external with parameters of type LogRecordModifier and TypeMethodDescriptionvoidExternalApiLogSupport.applyCommon(LogRecord record, ExternalApiDirection direction, String system, String operation, Map<String, ?> headers) voidExternalApiLogSupport.applyError(LogRecord record, Throwable throwable) private voidExternalApiLogSupport.copyHeaders(LogRecord record, Map<String, ?> headers) private voidvoidvoid -
Uses of LogRecord in org.chenile.core.interceptors
Methods in org.chenile.core.interceptors that return LogRecordModifier and TypeMethodDescriptionprivate LogRecordLogOutput.makeLogRecord(ChenileExchange exchange) Methods in org.chenile.core.interceptors with parameters of type LogRecordModifier and TypeMethodDescriptionprivate voidLogOutput.copyParamHeaders(LogRecord record, ChenileExchange exchange) private voidLogOutput.publishExternalApiRecord(ChenileExchange exchange, LogRecord record) -
Uses of LogRecord in org.chenile.core.model
Methods in org.chenile.core.model with parameters of type LogRecord -
Uses of LogRecord in org.chenile.pubsub.logging
Methods in org.chenile.pubsub.logging that return LogRecordModifier and TypeMethodDescriptionprivate LogRecordPubSubExternalApiPublisher.safeRecord(LogRecord record) Methods in org.chenile.pubsub.logging with parameters of type LogRecordModifier and TypeMethodDescriptionprivate StringPubSubExternalApiPublisher.fallbackPayload(LogRecord record, Exception serializationException) private Stringvoidprivate LogRecordPubSubExternalApiPublisher.safeRecord(LogRecord record)