Used https://github.com/DxCx/ts-library-starter repository as a start point for the library
##Requirements
- Should be able to send single logs and bundles of them (done! \o/ )
- Should support different log sending strategies:
- interval (done! \o/ )
- on request (done! \o/ )
- mixed (interval + on request)
- on bundle size (done! \o/ )
- instant (received 1 log -> sent 1 log) (done! \o/ )
- Should be able to group duplicated logs in certain time interval (done! \o/ )
- Should support different remote logger endpoints