Top "Error-log" questions

The Error Log view captures all the warnings and errors logged by plug-ins.

PHP Error log file format (php.ini error_log directive) on Windows

For an example: php.ini file ... ; Log errors to specified file. error_log = c:/php/php.log ... Error log file (…

php windows newline error-log
How can I see the error log (logcat) for Android in Eclipse?

How / where can I see what happened when my Android application crashes in Eclipse (using Run, not Debug)?

android eclipse error-log
How to use ftp.simple in VSCode

I have installed ftp.simple, watched the YouTube video, created a SFTP config for a remote server in the ftp-simple-temp-json, …

ftp visual-studio-code error-log
Log_message codeigniter

I want to use log_message in Codeigniter but log_message does not write anything in the log file. $config[…

php codeigniter error-logging error-log
Is it possible for $_SERVER['HTTP_USER_AGENT'] to not be set?

I've just been looking through a website's error_log and one of the error's that has been logged a few …

php user-agent error-log
Laravel 5 - change default log location, move log file outside the app

How can I change default log file location <project-name>/storage/logs/laravel.log to something like /var/logs/&…

laravel laravel-5 error-logging error-log
php error log missing in XAMPP

php.ini contains following parameters: track_errors=On error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT log_errors=…

php xampp error-log
Android Studio 3.1 not showing build error details

I have updated to Android Studio 3.1 and it doesn't show the details of error during compile time. Suppose if I …

android error-log android-studio-3.1
Writing to Apache access_log file with php

I need to write statistical data to the live Apache access_log file (I have another process counting specific lines …

php apache error-log
Where are PHP errors logged to if the error_log directive simply says "error_log"?

I ran phpinfo() and the error_log directive simply says error_log. What file is that referring to? i.e. …

php error-log