Package com.google.apphosting.runtime
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
NullSandboxLogHandleris installed on the root logger. It forwards all messages on toApiProxy.log(ApiProxy.LogRecord), where they can be attached to the runtime response.
-
-
Constructor Summary
Constructors Constructor Description NullSandboxLogHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()voidpublish(LogRecord record)-
Methods inherited from class com.google.apphosting.runtime.LogHandler
init
-
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
-
-
-
Method Detail
-
publish
public void publish(LogRecord record)
- Specified by:
publishin classLogHandler
-
flush
public void flush()
- Specified by:
flushin classLogHandler
-
close
public void close()
- Specified by:
closein classLogHandler
-
-