the length where the modules' names will be sliced in order to fit the layout.
8
the opacity of the moduleText (options.modules[...].fullName
) that appears on the Loxer.of(...).close()
log
[0,1]
0
which means "hidden"the style of the default Box-layout
'round'
disables Loxer in production mode.
options.config.disabledInProductionMode: true
then - in production environment - the
cache is erased and upcoming logs will not be cached anymorefalse
disables Loxer completely.
options.config.disabled: true
then the cache is erased and upcoming logs will not be
cached anymorefalse
the backgroundColor used for highlighting logs. Supported formats:
'#ff0000'
or '#f00'
for red)'rgb(255, 0, 0)'
for red)disables all colors for the output.
\x1b[38;2;R;G;Bm
colors.false
determines how many output- / error logs shall be cached in the history.
Loxer.history
50
Generated using TypeDoc
Configuration for the LoxerOptions