Class InternalWriter
java.lang.Object
java.io.Writer
org.apache.logging.log4j.io.internal.InternalWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
Internal class that exists primarly to allow location calculations to work.
- Since:
- 2.12
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInternalWriter
(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
-
InternalWriter
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classWriter
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Specified by:
flush
in classWriter
- Throws:
IOException
-
toString
-
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
write
- Specified by:
write
in classWriter
- Throws:
IOException
-
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
write
- Overrides:
write
in classWriter
- Throws:
IOException
-