change default log mode to AUTO
This commit is contained in:
parent
ca03de048e
commit
4beeac80ac
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
* @param string $message Message to log
|
||||
* @param int $logMode Log mode to use
|
||||
*/
|
||||
public function log($message, $logMode=self::LOGMODE_SCREEN)
|
||||
public function log($message, $logMode=self::LOGMODE_AUTO)
|
||||
{
|
||||
// Choose log mode automatically
|
||||
if($logMode == self::LOGMODE_AUTO) {
|
||||
|
|
Loading…
Add table
Reference in a new issue