Skip to content
Snippets Groups Projects
Commit f2c62d74 authored by dyszczo's avatar dyszczo
Browse files

compatibility fix

parent 3e2b08ff
Branches
Tags
1 merge request!6Feature/specific logger
Pipeline #6138 passed
[2.0] - 2018-10-29 [1.2.0] - 2018-10-29
## ##
### Changed ### Changed
- getWPDeskFileName renamed to getFileName - getWPDeskFileName renamed to getFileName
......
...@@ -134,6 +134,15 @@ class WPDeskLoggerFactory extends BasicLoggerFactory ...@@ -134,6 +134,15 @@ class WPDeskLoggerFactory extends BasicLoggerFactory
$logger->pushHandler(new StreamHandler($filename, self::LEVEL_WPDESK_FILE)); $logger->pushHandler(new StreamHandler($filename, self::LEVEL_WPDESK_FILE));
} }
/**
* Get filename old way
*
* @deprecated
*/
public function getWPDeskFileName() {
return $this->getFileName();
}
/** /**
* Returns WPDesk filename with path. * Returns WPDesk filename with path.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment