Package org.seppiko.glf.log4j2
Class Log4j2Marker
java.lang.Object
org.seppiko.glf.log4j2.Log4j2Marker
- All Implemented Interfaces:
org.seppiko.glf.api.Marker
Log4j 2.x Marker implementation convert
- Author:
- Leonard Woo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(org.seppiko.glf.api.Marker reference) booleanbooleancontains(org.seppiko.glf.api.Marker other) booleanorg.apache.logging.log4j.MarkergetName()inthashCode()booleanIterator<org.seppiko.glf.api.Marker>iterator()booleanremove(org.seppiko.glf.api.Marker reference)
-
Constructor Details
-
Log4j2Marker
public Log4j2Marker(org.apache.logging.log4j.Marker marker)
-
-
Method Details
-
getLog4j2Marker
public org.apache.logging.log4j.Marker getLog4j2Marker() -
getName
- Specified by:
getNamein interfaceorg.seppiko.glf.api.Marker
-
add
public void add(org.seppiko.glf.api.Marker reference) - Specified by:
addin interfaceorg.seppiko.glf.api.Marker
-
remove
public boolean remove(org.seppiko.glf.api.Marker reference) - Specified by:
removein interfaceorg.seppiko.glf.api.Marker
-
hasReferences
public boolean hasReferences()- Specified by:
hasReferencesin interfaceorg.seppiko.glf.api.Marker
-
iterator
- Specified by:
iteratorin interfaceorg.seppiko.glf.api.Marker
-
contains
public boolean contains(org.seppiko.glf.api.Marker other) - Specified by:
containsin interfaceorg.seppiko.glf.api.Marker
-
contains
- Specified by:
containsin interfaceorg.seppiko.glf.api.Marker
-
equals
-
hashCode
public int hashCode()
-