Document _legacy context in WC_Log_Handler_File
This commit is contained in:
parent
665e8ccfc6
commit
feefabbdf0
|
@ -65,6 +65,8 @@ class WC_Log_Handler_File extends WC_Log_Handler {
|
||||||
* Additional information for log handlers.
|
* Additional information for log handlers.
|
||||||
*
|
*
|
||||||
* @type string $tag Optional. Determines log file to write to. Default 'log'.
|
* @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.
|
* @return bool False if value was not handled and true if value was handled.
|
||||||
|
|
Loading…
Reference in New Issue