RLogConfig interface
Configuration settings for RLog.
Signature:
export interface RLogConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
| boolean | Allows logs that have context to bypass minLogLevel under certain circumstances. | |
| () => string | (Optional) Function to generate correlation IDs. | |
| (Optional) An array of LogEnricherCallback to call whenever sending a message. | ||
| Sets the minimum LogLevel for data to be logged. Messages below the minimum level will be ignored. | ||
| Settings to use when encoding data in logs. | ||
| (Optional) An array of LogSinkCallback to call whenever sending a message. | ||
| boolean | Prevents logs from propogating until the context is killed. | |
| string | (Optional) String to prefix to all logs. Will be followed by a |