change default log mode to AUTO
This commit is contained in:
parent
aa9df0f481
commit
ce48e09073
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
||||||
* @param string $message Message to log
|
* @param string $message Message to log
|
||||||
* @param int $logMode Log mode to use
|
* @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
|
// Choose log mode automatically
|
||||||
if($logMode == self::LOGMODE_AUTO) {
|
if($logMode == self::LOGMODE_AUTO) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue