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 LogFile
AbstractCompiler. 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.LogFile
AbstractCompiler. 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 LogFile
LogFile. createNoOp()
static LogFile
LogFile. createOrReopen(java.nio.file.Path file)
abstract LogFile
LogFile. log(java.lang.Object value)
abstract LogFile
LogFile. log(java.lang.String value)
abstract LogFile
LogFile. log(java.lang.String template, java.lang.Object... values)
abstract LogFile
LogFile. log(java.util.function.Supplier<java.lang.String> value)
-