Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.diagnostic |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Copyright © 2009-2020 Google. All Rights Reserved.