Closed jinleileiking closed 8 years ago
That's a reference to a constant defined in the PSR-3 spec, and the LogLevel
class in the Psr\Log
namespace. Any PSR-3 compliant logger implementation will accept that constant as its first argument, which is the log level (in this case, the INFO
level).
thans, a stupid question.
In the code
What does the 'Psr\Log\LogLevel::INFO' mean ?
The composer will change the \Log\ when compile ?
thanks.