Package pl.tkowalcz.tjahzi.log4j2.labels
Class Literal
- java.lang.Object
-
- pl.tkowalcz.tjahzi.log4j2.labels.Literal
-
- All Implemented Interfaces:
LabelPrinter
public class Literal extends Object implements LabelPrinter
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(org.apache.logging.log4j.core.LogEvent event, Consumer<CharSequence> appendable)booleanisStatic()static Literalof(String string)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface pl.tkowalcz.tjahzi.log4j2.labels.LabelPrinter
toStringWithoutEvent
-
-
-
-
Constructor Detail
-
Literal
public Literal(String contents)
-
-
Method Detail
-
isStatic
public boolean isStatic()
- Specified by:
isStaticin interfaceLabelPrinter
-
append
public void append(org.apache.logging.log4j.core.LogEvent event, Consumer<CharSequence> appendable)- Specified by:
appendin interfaceLabelPrinter
-
-