Class NullSandboxLogHandler

java.lang.Object
java.util.logging.Handler
com.google.apphosting.runtime.LogHandler
com.google.apphosting.runtime.NullSandboxLogHandler

public final class NullSandboxLogHandler extends LogHandler
NullSandboxLogHandler is installed on the root logger. It forwards all messages on to ApiProxy.log(ApiProxy.LogRecord), where they can be attached to the runtime response.
  • Constructor Details

    • NullSandboxLogHandler

      public NullSandboxLogHandler()
  • Method Details