K2InformaticsGmbH / erloci

Erlang Oracle native driver - DEPRECATED, see https://github.com/K2InformaticsGmbH/oranif instead
Apache License 2.0
37 stars 11 forks source link

Why not use lager for logger #28

Closed newsdy closed 7 years ago

newsdy commented 7 years ago

The code will appear to be very clear in using lager instead of the oci_logger.

c-bik commented 7 years ago

oci_logger receives port logs over TCP. Erlang logs are callbacks. Any logging backend can be plugged in through these callbacks.

newsdy commented 7 years ago

i see, thanks, i will close the issue