Class StartLog

java.lang.Object
org.eclipse.jetty.start.StartLog

public class StartLog extends Object
Centralized Place for logging.

Because startup cannot rely on Jetty's Logging, an alternative logging is established.

Optional behavior is to create a ${jetty.base}/logs/start.log with whatever output the startup process produces.

  • Constructor Details

    • StartLog

      public StartLog()
  • Method Details