Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 805 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 805 Bytes

SeasLogger

An effective,fast,stable log package for PHP base SeasLog

Build Status

This library implements the PSR-3 and PSR-4

Installation

Install the latest version with

$ composer require seasx/seas-logger

Basic Usage

<?php

use SeasX\SeasLogger;

$logger = new SeasLogger();

// add records to the log
$logger->warning('Hello');
$logger->error('SeasLogger');

See more

https://github.com/SeasX/SeasLog