1 | <?php |
||
16 | class YiiLogIO extends NullIO |
||
17 | { |
||
18 | public function isVerbose() |
||
22 | |||
23 | public function isVeryVerbose() |
||
27 | |||
28 | public function isDebug() |
||
32 | |||
33 | public function write($messages, $newline = true, $verbosity = self::NORMAL) |
||
37 | |||
38 | public function writeError($messages, $newline = true, $verbosity = self::NORMAL) |
||
42 | |||
43 | public function overwrite($messages, $newline = true, $size = 80, $verbosity = self::NORMAL) |
||
47 | |||
48 | public function overwriteError($messages, $newline = true, $size = 80, $verbosity = self::NORMAL) |
||
52 | |||
53 | public function log($level, $message, array $context = []) |
||
57 | } |
||
58 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.