SCSSPHP
Copyright: | 2012-2020 Leaf Corcoran |
License: | http://opensource.org/licenses/MIT MIT |
File Size: | 48 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Interface: LoggerInterface - X-Ref
Interface implemented by loggers for warnings and debug messages.warn($message, $deprecation = false) X-Ref |
Emits a warning with the given message. If $deprecation is true, it indicates that this is a deprecation warning. Implementations should surface all this information to the end user. return: void param: string $message param: bool $deprecation |
debug($message) X-Ref |
Emits a debugging message. return: void param: string $message |