Package com.google.apphosting.runtime
Class NullSandboxLogHandler
java.lang.Object
java.util.logging.Handler
com.google.apphosting.runtime.LogHandler
com.google.apphosting.runtime.NullSandboxLogHandler
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 Summary
Constructors -
Method Summary
Methods inherited from class com.google.apphosting.runtime.LogHandler
initMethods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
Constructor Details
-
NullSandboxLogHandler
public NullSandboxLogHandler()
-
-
Method Details
-
publish
- Specified by:
publishin classLogHandler
-
flush
public void flush()- Specified by:
flushin classLogHandler
-
close
public void close()- Specified by:
closein classLogHandler
-