Skip to content

HostLink/puxt-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puxt-log

A logger for puxt

Install

composer requrie hostlink/puxt-log

Setup

puxt.config.php

"modules" => [
    "hostlink/puxt-log"
],

"log" => [
    "name" => "puxt",
    "handler" => [
        [
            "stream" => __DIR__ . "/log/" . date("Y-m-d") . ".log",
            "level" => Monolog\Logger::INFO
        ]
    ]
]

Usage

$context->log->info($message,$data);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages