Package io.deephaven.base.log
Interface LogOutputAppendable
- All Known Implementing Classes:
EncodingInfo
public interface LogOutputAppendable
Allows objects to be smart about appending themselves to LogOutput instances... (instead of always calling
LogOutput.append(Object.toString()))
-
Method Summary
-
Method Details
-
append
-