PHP lithium\analysis 네임스페이스

중첩된 네임스페이스

lithium\analysis\logger

클래스들

이름 설명
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