Package com.spun.util.logger
Class NullLogger
java.lang.Object
com.spun.util.logger.NullLogger
- All Implemented Interfaces:
Appendable
public class NullLogger extends Object implements Appendable
-
Constructor Summary
Constructors Constructor Description NullLogger() -
Method Summary
Modifier and Type Method Description Appendableappend(char c)Appendableappend(CharSequence csq)Appendableappend(CharSequence csq, int start, int end)
-
Constructor Details
-
NullLogger
public NullLogger()
-
-
Method Details
-
append
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-