public class NullLogger extends Object implements Appendable
| Constructor and Description |
|---|
NullLogger() |
| Modifier and Type | Method and Description |
|---|---|
Appendable |
append(char c) |
Appendable |
append(CharSequence csq) |
Appendable |
append(CharSequence csq,
int start,
int end) |
public Appendable append(CharSequence csq)
append in interface Appendablepublic Appendable append(CharSequence csq, int start, int end)
append in interface Appendablepublic Appendable append(char c)
append in interface AppendableCopyright © 2023. All rights reserved.