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

    Modifier and Type
    Method
    Description
    append(LogOutput logOutput)