@rbxts/rlog > RobloxConsoleSinkConfig
RobloxConsoleSinkConfig interface
Configuration options for robloxConsoleSink().
Signature:
export interface RobloxConsoleSinkConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
| boolean | (Optional) Completely disable sending messages to the roblox console. Can be used for quick toggling in debug or conditionally toggling the roblox console. | |
| (Optional) Optional method to convert log entries to output. | ||
| (Optional) The minimum LogLevel to send through to the roblox console. Any logs with a level below this will not be sent to the roblox console, but will still be sent to other sinks. | ||
| (Optional) Optional method to send output to the roblox console. By default, logs above LogLevel.WARNING will be sent through |