Skip to main content

Interface: LoggerStyleOptions

@sapphire/plugin-logger.LoggerStyleOptions

The options for LoggerStyle.

Since

1.0.0

Properties

background

Optional background: LoggerStyleBackground

The background color, e.g. magenta or red.

Since

1.0.0

Defined in

projects/plugins/packages/logger/src/lib/LoggerStyle.ts:58


effects

Optional effects: LoggerStyleEffect[]

The text effects, e.g. italic, strikethrough, etc.

Since

1.0.0

Defined in

projects/plugins/packages/logger/src/lib/LoggerStyle.ts:46


text

Optional text: LoggerStyleText

The text color, e.g. red or yellow.

Since

1.0.0

Defined in

projects/plugins/packages/logger/src/lib/LoggerStyle.ts:52