Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
简单的问题。我可以在不使用 laravel 4 将日志插入数据库的情况下以编程方式检索日志吗?类似的东西:Log::get($date/$type/etc)或类似的东西?
Log::get($date/$type/etc)
Monolog 不提供读取日志文件的接口,Laravel 也不提供。但是,您可以使用 phps 原生的SplFileObject类。还有这个独白解析器库