Kdyby / Translation

Integration of Symfony/Translation into Nette Framework
https://packagist.org/packages/kdyby/translation
Other
89 stars 84 forks source link

Logging support for untranslated messages #97

Closed fprochazka closed 8 years ago

fprochazka commented 8 years ago

[Closes #95] [Closes #94]

enumag commented 8 years ago

@fprochazka In my opinion there should by just one logger property in Translator (the PSR one). Tracy should use a bridge.

fprochazka commented 8 years ago

@enumag I agree

fprochazka commented 8 years ago

Anyway, it's protected and optional, you can easily extend the Translation class, if you really must, and change the implementation.

janedbal commented 8 years ago

Why is psr/log required dependency? I think it should be in suggest only.

fprochazka commented 8 years ago

It's just na interface, you can use whatever implementation you want.