@@ 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 | * ログファイルに書き出す |
@@ 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 | * ログファイルに書き出す |