Skip to main content

@rbxts/rlog > RobloxConsoleSinkConfig > minLogLevel

RobloxConsoleSinkConfig.minLogLevel property

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.

Signature:

readonly minLogLevel?: LogLevel;