PHP lithium\analysis Namespace

Nested Namespaces

lithium\analysis\logger

Classes

Name Description
Debugger The `Debugger` class provides basic facilities for generating and rendering meta-data about the state of an application in its current context.
Docblock A source code doc block parser.
Inspector General source code inspector.
Logger The `Logger` class provides a consistent, application-wide interface for configuring and writing log messages. As with other subclasses of `Adaptable`, `Logger` can be configured with a series of named configurations, each containing a log adapter to write to. `Logger` exposes a single method, `write()`, which can write to one or more log adapters.
Parser