Uses of Class
com.google.javascript.jscomp.diagnostic.LogFile
-
Packages that use LogFile Package Description com.google.javascript.jscomp com.google.javascript.jscomp.diagnostic -
-
Uses of LogFile in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return LogFile Modifier and Type Method Description LogFileAbstractCompiler. createOrReopenIndexedLog(java.lang.Class<?> owner, java.lang.String firstNamePart, java.lang.String... restNameParts)Provides logging access to a file with the specified name, differentiated by the index of the current pass.LogFileAbstractCompiler. createOrReopenLog(java.lang.Class<?> owner, java.lang.String firstNamePart, java.lang.String... restNameParts)Provides logging access to a file with the specified name. -
Uses of LogFile in com.google.javascript.jscomp.diagnostic
Methods in com.google.javascript.jscomp.diagnostic that return LogFile Modifier and Type Method Description static LogFileLogFile. createNoOp()static LogFileLogFile. createOrReopen(java.nio.file.Path file)abstract LogFileLogFile. log(java.lang.Object value)abstract LogFileLogFile. log(java.lang.String value)abstract LogFileLogFile. log(java.lang.String template, java.lang.Object... values)abstract LogFileLogFile. log(java.util.function.Supplier<java.lang.String> value)
-