|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILogger | |
---|---|
php.java.bridge | Internal VM Bridge core classes and interfaces. |
php.java.bridge.http | Internal fast socket and pipe context runners for VM Bridge J2EE backends. |
php.java.script | Internal PHP script engine implementation. Applications should use the JSR 223 API instead. |
php.java.script.servlet | Internal PHP script engine implementation for servlets. Applications should use the JSR 223 API instead. |
php.java.servlet | PHP/Java Bridge Servlet. Applications should use the JSR 223 API instead. |
Uses of ILogger in php.java.bridge |
---|
Classes in php.java.bridge that implement ILogger | |
---|---|
class |
ChainsawLogger
A logger class which connects to chainsaw -- chainsaw is a log4j viewer. |
class |
SimpleLog4jLogger
A logger which uses the log4j default appender. |
static class |
Util.Logger
Only for internal use. |
Methods in php.java.bridge that return ILogger | |
---|---|
static ILogger |
Util.getLogger()
|
Methods in php.java.bridge with parameters of type ILogger | |
---|---|
void |
JavaBridge.handleRequests(java.io.InputStream in,
java.io.OutputStream out,
ILogger logger)
Deprecated. Example:
|
static void |
Util.setDefaultLogger(ILogger logger)
Sets the fall back logger, used when no thread-local logger exists. |
Constructors in php.java.bridge with parameters of type ILogger | |
---|---|
Util.Logger(boolean useChainsaw,
ILogger logger)
|
|
Util.Logger(ILogger logger)
Use chainsaw, if available. |
Uses of ILogger in php.java.bridge.http |
---|
Methods in php.java.bridge.http with parameters of type ILogger | |
---|---|
void |
ContextServer.start(AbstractChannelName channelName,
ILogger logger)
Start a channel name. |
boolean |
IContextServer.start(AbstractChannelName channel,
ILogger logger)
Start the runner. |
boolean |
SocketContextServer.start(AbstractChannelName channelName,
ILogger logger)
Start the runner. |
boolean |
AbstractChannelName.start(ILogger logger)
Start a new ContextRunner for a given ContextServer. |
boolean |
FCGIConnectionFactory.startServer(ILogger logger)
Start the FastCGI server |
Constructors in php.java.bridge.http with parameters of type ILogger | |
---|---|
ContextRunner(AbstractChannel channel,
ILogger logger)
Create a new ContextRunner from a ThreadPool |
Uses of ILogger in php.java.script |
---|
Methods in php.java.script with parameters of type ILogger | |
---|---|
Continuation |
PhpScriptContextDecorator.createContinuation(java.io.Reader reader,
java.util.Map env,
java.io.OutputStream out,
java.io.OutputStream err,
HeaderParser headerParser,
ResultProxy result,
ILogger logger,
boolean isCompiled)
Create a continuation |
Continuation |
PhpCompiledScriptContext.createContinuation(java.io.Reader reader,
java.util.Map env,
java.io.OutputStream out,
java.io.OutputStream err,
HeaderParser headerParser,
ResultProxy result,
ILogger logger,
boolean isCompiled)
Create a continuation |
Continuation |
PhpScriptContext.createContinuation(java.io.Reader reader,
java.util.Map env,
java.io.OutputStream out,
java.io.OutputStream err,
HeaderParser headerParser,
ResultProxy result,
ILogger logger,
boolean isCompiled)
Create a continuation |
Continuation |
IPhpScriptContext.createContinuation(java.io.Reader reader,
java.util.Map env,
java.io.OutputStream out,
java.io.OutputStream err,
HeaderParser headerParser,
ResultProxy result,
ILogger logger,
boolean isCompiled)
Create a continuation |
Constructors in php.java.script with parameters of type ILogger | |
---|---|
FastCGIProxy(java.io.Reader reader,
java.util.Map env,
java.io.OutputStream out,
java.io.OutputStream err,
HeaderParser headerParser,
ResultProxy resultProxy,
ILogger logger)
|
|
HttpProxy(java.io.Reader reader,
java.util.Map env,
java.io.OutputStream out,
java.io.OutputStream err,
HeaderParser headerParser,
ResultProxy resultProxy,
ILogger logger)
Create a HTTP proxy which can be used to allocate a php script from a HTTP server |
Uses of ILogger in php.java.script.servlet |
---|
Methods in php.java.script.servlet with parameters of type ILogger | |
---|---|
Continuation |
PhpHttpScriptContext.createContinuation(java.io.Reader reader,
java.util.Map env,
java.io.OutputStream out,
java.io.OutputStream err,
HeaderParser headerParser,
ResultProxy result,
ILogger logger,
boolean isCompiled)
Create a continuation |
static PhpScriptLogWriter |
PhpScriptLogWriter.getWriter(ILogger logger)
Get a new log writer |
Uses of ILogger in php.java.servlet |
---|
Classes in php.java.servlet that implement ILogger | |
---|---|
class |
Logger
A logger class, uses log4j if possible |
Methods in php.java.servlet that return ILogger | |
---|---|
ILogger |
ContextLoaderListener.getLogger()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |