Interface LogFile.StreamedJsonProducer

Enclosing class:
LogFile

public static interface LogFile.StreamedJsonProducer
An interface allowing streaming JSON to a LogFile via a JsonWriter

Use with LogFile.logJson(StreamedJsonProducer)

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeJson(com.google.gson.stream.JsonWriter jsonWriter)
     
  • Method Details

    • writeJson

      void writeJson(com.google.gson.stream.JsonWriter jsonWriter) throws IOException
      Throws:
      IOException