How to write log lines to a log file in 2.5.3 development

4
On a server there always is a log file that represents all log lines of the console. How can I get a log file in a development situation with all log lines of the console?
asked
1 answers
2

You can download the Logging module @ here. This module logs all log lines to an database entity and you can easily see all log lines in a datagrid. Next week we will deploy a 2.5.3 version of the app. So you don't have look for log files.

In a production situation this works perfect, because you don't have to look up the log file on a remote server.

answered