Document _legacy context in WC_Log_Handler_File

This commit is contained in:
Jon Surrell 2016-12-18 21:44:56 +01:00
parent 665e8ccfc6
commit feefabbdf0
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ class WC_Log_Handler_File extends WC_Log_Handler {
* Additional information for log handlers.
*
* @type string $tag Optional. Determines log file to write to. Default 'log'.
* @type bool $_legacy Optional. Default false. True to use outdated log format
* orignally used in deprecated WC_Logger::add calls.
* }
*
* @return bool False if value was not handled and true if value was handled.