<?php namespace Core\Log; abstract class AnyLog { abstract public static function write($message, $type); }