| Total Complexity | 1 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class PropelConfig extends SprykerPropelConfig |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Specification: |
||
| 18 | * - If true, adds additional shared logger that will send all Propel logs to the same destination as regular logs. |
||
| 19 | * |
||
| 20 | * @api |
||
| 21 | * |
||
| 22 | * @return bool |
||
| 23 | */ |
||
| 24 | public function isSharedLoggerEnabled(): bool |
||
| 29 |