$type public property Elasticsearch type name. public string $type = 'log'
$options public property URL options. public array $options = []
$logContext public property If true, context will be logged as a separate message after all other messages. public boolean $logContext = true
$index public property Elasticsearch index name. public string $index = 'yii'
$includeContext public property If true, context will be included in every message. This is convenient if you log application errors and analyze them with tools like Kibana. public boolean $includeContext = false
$db public property The elasticsearch connection object or the application component ID of the elasticsearch connection. public yii\elasticsearch\Connection|array|string $db = 'elasticsearch'
$cacheContext public property If true, context message will cached once it's been created. Makes sense to use with $includeContext. public boolean $cacheContext = false
save() public method Saves data to be later used in debugger detail view. This method is called on every page where debugger is enabled. public mixed save ( )return mixed Data to be saved
init() public method public void init ( )
getSummary() public method public string getSummary ( )return string Content that is displayed at debug toolbar
Page 350 of 633