-
-
Constructor Summary
Constructors
LogWriter(org.apache.logging.log4j.Logger logger)
LogWriter(org.apache.logging.log4j.Logger logger,
org.apache.logging.log4j.Level level,
org.apache.logging.log4j.Marker marker)
Create a new Writer that sends to the log with the given tag.
-
Method Summary
void
void
void
write(char[] buf,
int offset,
int count)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LogWriter
public LogWriter(@NonNull
org.apache.logging.log4j.Logger logger)
-
LogWriter
public LogWriter(@NonNull
org.apache.logging.log4j.Logger logger,
@NonNull
org.apache.logging.log4j.Level level,
@Nullable
org.apache.logging.log4j.Marker marker)
Create a new Writer that sends to the log with the given tag.
-
Method Details
-
-
-
write
public void write(@NonNull
char[] buf,
int offset,
int count)
- Specified by:
write
in class Writer