MessageFilters

laika.config.MessageFilters
See theMessageFilters companion class

Attributes

Companion
class
Source
MessageFilters.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

Creates a custom combination of message filters.

Creates a custom combination of message filters.

Value parameters

failOn

indicates the minimum severity level for message to cause a transformation to fail

render

indicates the minimum severity level for message to get rendered to the output

Attributes

Source
MessageFilters.scala

Concrete fields

Does not render any messages to the output and fails on severity Error or higher.

Does not render any messages to the output and fails on severity Error or higher. This is usually the best setting for scenarios that do not involve visual debugging.

Attributes

Source
MessageFilters.scala

This setting will never cause a transformation to fail, but instead render all messages from level Info upwards.

This setting will never cause a transformation to fail, but instead render all messages from level Info upwards. This setting is used internally when using Laika's preview server.

Attributes

Source
MessageFilters.scala