定制 stellarwp/foundation-log 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

stellarwp/foundation-log

Composer 安装命令:

composer require stellarwp/foundation-log

包简介

The Foundation Logger

README 文档

README

Warning

This is a read-only repository! For pull requests or issues, see stellarwp/foundation.

A logging library using Monolog that implements the Psr\Log\LoggerInterface interface.

Installation

composer require stellarwp/foundation-log

If using stellarwp/foundation-container, create a config.php and register it in the container with:

$this->container->bind(Dot::class, new Dot(require_once dirname(__FILE__) . '/config.php'));

The config.php file maps environment variables, either from an .env file if you configured phpdotenv, or manually set, e.g.

<?php declare(strict_types=1);

return [
	'log'             => [
		'level'    => $_ENV['APP_LOG_LEVEL'] ?? 'debug',
		'channel'  => $_ENV['APP_LOG_CHANNEL'] ?? 'null', // console, errorlog, stack (both console and errorlog) or null
		'channels' => [
			'errorlog' => [],
			'console'  => [
				'with' => [
					'stream' => 'php://stdout',
				],
			],
			'stack'    => [
				'with' => [
					'stream' => 'php://stdout',
				],
			],
		],
	],
];

Then, include the LogProvider.php in your application and call the register method. Anytime you inject a Psr\Log\LoggerInterface instance into another class, it will use your provided configuration.

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2026-06-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固