Protected
loggerProtected
featureProtected
typeProtected
identityProtected
rethrowLog a message. The message gets assigned the details of feature, type, and identity here.
When the log only needs the message and nothing else.
Log an exception. The GatherFn should only be used to gather additional data as the Error object supplies message, category (Exception), and this function resolves feature, type, and identity.
Optional
gatherFn: logGatheringErrorHandlerGenerated using TypeDoc v0.25.12
Used by many classes to log different types of messages to the LoggerService. Its API avoids some of the configuration details that are usually parameters passed to the LoggerService. Generally this is a protected property of base classes, where the property name is logger.