Uses of Interface
org.robovm.compiler.log.Logger
| Package | Description |
|---|---|
| org.robovm.compiler.config | |
| org.robovm.compiler.log | |
| org.robovm.compiler.target.ios | |
| org.robovm.compiler.util |
-
Uses of Logger in org.robovm.compiler.config
Methods in org.robovm.compiler.config that return Logger Modifier and Type Method Description LoggerConfig. getLogger()Methods in org.robovm.compiler.config with parameters of type Logger Modifier and Type Method Description Config.BuilderConfig.Builder. logger(Logger logger) -
Uses of Logger in org.robovm.compiler.log
Classes in org.robovm.compiler.log that implement Logger Modifier and Type Class Description classConsoleLoggerLoggerimplementation which logs toSystem.out.classLoggerProxyFields in org.robovm.compiler.log declared as Logger Modifier and Type Field Description protected LoggerLoggerOutputStream. loggerstatic LoggerLogger. NULL_LOGGERConstructors in org.robovm.compiler.log with parameters of type Logger Constructor Description DebugOutputStream(Logger logger)ErrorOutputStream(Logger logger)InfoOutputStream(Logger logger)LoggerOutputStream(Logger logger)LoggerProxy(Logger target) -
Uses of Logger in org.robovm.compiler.target.ios
Constructors in org.robovm.compiler.target.ios with parameters of type Logger Constructor Description AppLauncherProcess(Logger log, AppLauncher launcher, LaunchParameters launchParameters)SimLauncherProcess(Logger log, File appDir, String bundleId, IOSSimulatorLaunchParameters launchParameters) -
Uses of Logger in org.robovm.compiler.util