Class InternalFilterWriter
java.lang.Object
java.io.Writer
java.io.FilterWriter
org.apache.logging.log4j.io.internal.InternalFilterWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
Internal class that exists primarily to allow location calculation to work.
- Since:
- 2.12
-
Field Summary
FieldsFields inherited from class java.io.FilterWriter
out
-
Constructor Summary
ConstructorsConstructorDescriptionInternalFilterWriter
(Writer out, ExtendedLogger logger, String fqcn, Level level, Marker marker) -
Method Summary
Methods inherited from class java.io.Writer
append, append, append, nullWriter
-
Field Details
-
logger
-
fqcn
-
-
Constructor Details
-
InternalFilterWriter
public InternalFilterWriter(Writer out, ExtendedLogger logger, String fqcn, Level level, Marker marker)
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterWriter
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classFilterWriter
- Throws:
IOException
-
toString
-
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
write
- Overrides:
write
in classFilterWriter
- Throws:
IOException
-
write
- Overrides:
write
in classFilterWriter
- Throws:
IOException
-
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
write
- Overrides:
write
in classFilterWriter
- Throws:
IOException
-