Class LocalizedMarker

java.lang.Object
org.forgerock.i18n.slf4j.LocalizedMarker
All Implemented Interfaces:
Serializable, Marker

public final class LocalizedMarker extends Object implements Marker
An implementation of SLF4J marker that contains a LocalizableMessage and does not allow to manage references to other markers.
See Also:
  • Constructor Details

    • LocalizedMarker

      public LocalizedMarker(LocalizableMessage message)
      Create a marker with provided localizable message.

      Name of the marker is the resource name provided by the message.

      Parameters:
      message - Message embedded into this marker.
  • Method Details