public class LogWriter extends Writer
| Constructor and Description |
|---|
LogWriter(String tag)
Create a new Writer that sends to the log with the given priority
and tag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(char[] buf,
int offset,
int count) |
public LogWriter(String tag)
tag - A string tag to associate with each printed log statement.Copyright © 2015. All rights reserved.