MessageLevel

laika.ast.MessageLevel
See theMessageLevel companion class
object MessageLevel

Enumeration of available message levels.

The library's internal parsers and AST transformation only use the Error level for recoverable issues encountered during transformations. All other levels are available for user code.

Attributes

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

Members list

Type members

Classlikes

case object Debug extends MessageLevel

Debug level that is not used by the library itself, but may be used by application code for debugging purposes.

Debug level that is not used by the library itself, but may be used by application code for debugging purposes.

Attributes

Source
InvalidElement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
class MessageLevel
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Debug.type
case object Error extends MessageLevel

An error that is confined to a single AST node or range of nodes, but most likely with surrounding areas unaffected.

An error that is confined to a single AST node or range of nodes, but most likely with surrounding areas unaffected. An example is an internal link that remained unresolved.

Attributes

Source
InvalidElement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
class MessageLevel
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Error.type
case object Fatal extends MessageLevel

A critical issue that might affect the integrity of the entire output beyond just the node where it occurred.

A critical issue that might affect the integrity of the entire output beyond just the node where it occurred. An example is a configuration header with parsing errors in a markup document that might affect other markup content that would then unexpectedly fall back to defaults.

Attributes

Source
InvalidElement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
class MessageLevel
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Fatal.type
case object Info extends MessageLevel

Info level that is not used by the library itself, but may be used by application code for debugging purposes.

Info level that is not used by the library itself, but may be used by application code for debugging purposes.

Attributes

Source
InvalidElement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
class MessageLevel
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Info.type
case object Warning extends MessageLevel

An issue that hints at a potential problem, but in the library's default settings it won't cause the transformation to fail.

An issue that hints at a potential problem, but in the library's default settings it won't cause the transformation to fail.

Attributes

Source
InvalidElement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
class MessageLevel
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Warning.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala