Logger.php 247 B

1234567891011
  1. <?php
  2. namespace support\facade;
  3. /**
  4. * @method static void app($msg, string $type = 'info', array $context = [])
  5. * @method static void sql($msg, string $type = 'info', array $context = [])
  6. */
  7. class Logger extends \Kriss\WebmanLogger\Logger
  8. {
  9. }