add headline and information about calling script, add logger getter

This commit is contained in:
2019-09-19 16:03:06 +02:00
parent 35270ae271
commit 156429f7ea
3 changed files with 34 additions and 6 deletions

View File

@ -5,8 +5,8 @@
* Time: 23:11
*/
function StartSQLLog() {
\tm\oxid\sql\logger\OxidEsalesDatabase::enableLogger();
function StartSQLLog($message = null, $file = null, $line = null) {
\tm\oxid\sql\logger\OxidEsalesDatabase::enableLogger($message, $file, $line);
}
function StopSQLLog() {