Uses of Class
eu.bandm.tools.message.MessagePrinter.Indenting
Packages that use MessagePrinter.Indenting
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Utility functions for Swing GUI interaction and for graphics: drawing and coordinate calculation.
Messages from an application to the user, and the building blocks
for a processing pipeline.
-
Uses of MessagePrinter.Indenting in eu.bandm.tools.d2d2.base
Methods in eu.bandm.tools.d2d2.base with parameters of type MessagePrinter.IndentingModifier and TypeMethodDescriptionstatic final void
Constants.setCriticalColor_vt100
(MessagePrinter.Indenting<?> mp) Evident -
Uses of MessagePrinter.Indenting in eu.bandm.tools.graficUtils
Methods in eu.bandm.tools.graficUtils that return MessagePrinter.IndentingModifier and TypeMethodDescriptionstatic <M extends Message>
MessagePrinter.Indenting<M> Vt100.setColors
(MessagePrinter.Indenting<M> mp) Configures the given MessagePrinter to switch the colors of the error and warning messages.Methods in eu.bandm.tools.graficUtils with parameters of type MessagePrinter.IndentingModifier and TypeMethodDescriptionstatic <M extends Message>
MessagePrinter.Indenting<M> Vt100.setColors
(MessagePrinter.Indenting<M> mp) Configures the given MessagePrinter to switch the colors of the error and warning messages. -
Uses of MessagePrinter.Indenting in eu.bandm.tools.message
Methods in eu.bandm.tools.message that return MessagePrinter.IndentingModifier and TypeMethodDescriptionMessagePrinter.Indenting.setCriticalColor
(@Opt String colorStartCritical, @Opt String colorEndCritical) Sets the terminal escape sequences for starting and ending the printing of a critical message (error or failure, etc).MessagePrinter.Indenting.setShowStackTraces
(boolean sst) Whether the stack traces ofMessage.cause
shall be printed.MessagePrinter.Indenting.setTimingKey
(@Opt Function<M, Object> fun) Set the function to translate the correspondingMessage.Kind.logStart
andMessage.Kind.logEnd
messages to the same key.MessagePrinter.Indenting.setWarningColor
(@Opt String colorStartWarning, @Opt String colorEndWarning) Sets the terminal escape sequences for starting and ending the printing of a warning message.