0 follower

Yii Framework 3.0 API Documentation

This is the Yii Framework API Documentation. Here you will find detailed information about all classes provided by the Framework. Below you find a list of the existing classes, interfaces, and traits, ordered by their fully qualified name (including the namespace). Each of them has a dedicated page which contains a description about the purpose of the class, a list of the available methods, properties and constants, and detailed description on how to use each of them.

On this page you find all the classes included in version 3.0 of the framework. You can use the dropdown menu on the top right to switch between versions.

You can search API documentation using the search form on the top. You can search for class names and also method and property names, e.g. ActiveRecord.save() or just .save() or ::save().

This page is also available in JSON format:
curl https://www.yiiframework.com/doc/api/3.0/log -H 'Accept: application/json'

Class Description
Yiisoft\Log\ContextProvider\CommonContextProvider CommonContextProvider is used to add additional information to the log context.
Yiisoft\Log\ContextProvider\CompositeContextProvider CompositeContextProvider allows to combine multiple context providers into one.
Yiisoft\Log\ContextProvider\ContextProviderInterface Context provider is used to add additional information to the log context.
Yiisoft\Log\ContextProvider\SystemContextProvider
Yiisoft\Log\Logger Logger records logged messages in memory and sends them to different targets according to {@see Logger::$targets}.
Yiisoft\Log\Message Message is a data object that stores log message data.
Yiisoft\Log\Message\CategoryFilter Category is a data object that stores and matches the included and excluded categories of log messages.
Yiisoft\Log\Message\ContextValueExtractor
Yiisoft\Log\Message\Formatter Formatter formats log messages.
Yiisoft\Log\PsrTarget PsrTarget is a log target which simply passes messages to another PSR-3 compatible logger.
Yiisoft\Log\StreamTarget StreamTarget is the log target that writes to the specified output stream.
Yiisoft\Log\Target Target is the base class for all log target classes.