Littlesqx / aint-queue

:rocket: An async-queue library built on top of swoole, flexable multi-consumer, coroutine supported. 基于 Swoole 的一个异步队列库,可弹性伸缩的工作进程池,工作进程协程支持。
MIT License
178 stars 32 forks source link

Logger 可以不要吗 ? #29

Closed jonny77 closed 4 years ago

jonny77 commented 4 years ago

不想使用 mogodb 有没有别的方式?

Littlesqx commented 4 years ago

可以自己实现一个 Logger(实现 LoggerInterface),然后写到配置就可以了。