Class Logging

java.lang.Object
io.airlift.log.Logging

public class Logging extends Object
Initializes the logging subsystem.

java.util.Logging, System.out and System.err are tunneled through the logging system.

System.out and System.err are assigned to loggers named "stdout" and "stderr", respectively.