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:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classWriter- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Specified by:
flushin classWriter- Throws:
IOException
-
toString
-
write
- Overrides:
writein classWriter- Throws:
IOException
-
write
- Specified by:
writein classWriter- Throws:
IOException
-
write
- Overrides:
writein classWriter- Throws:
IOException
-
write
- Overrides:
writein classWriter- Throws:
IOException
-
write
- Overrides:
writein classWriter- Throws:
IOException
-