java.lang.Object
com.google.javascript.jscomp.diagnostic.LogFile
All Implemented Interfaces:
AutoCloseable

public abstract class LogFile extends Object implements AutoCloseable
A simple interface for writing to a human readable log file.

This API is designed to be compatible with J2CL. In the future it may be worth implementing this in terms of Flogger; however, at the time of writing, Flogger was not J2CL compatible.