Code Duplication    Length = 7-7 lines in 2 locations

WebStream/Log/Outputter/ConsoleOutputter.php 1 location

@@ 105-111 (lines=7) @@
102
    /**
103
     * バッファをログ出力する
104
     */
105
    private function flush()
106
    {
107
        if ($this->isLazyWrite && count($this->logMessages) > 0) {
108
            $this->writeLog(implode("", $this->logMessages));
109
            $this->clear();
110
        }
111
    }
112
113
    /**
114
     * ログファイルに書き出す

WebStream/Log/Outputter/FileOutputter.php 1 location

@@ 105-111 (lines=7) @@
102
    /**
103
     * バッファをログ出力する
104
     */
105
    private function flush()
106
    {
107
        if ($this->isLazyWrite && count($this->logMessages) > 0) {
108
            $this->writeLog(implode("", $this->logMessages));
109
            $this->clear();
110
        }
111
    }
112
113
    /**
114
     * ログファイルに書き出す