PHPackages                             hpz937/logutil - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. hpz937/logutil

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

hpz937/logutil
==============

logging utility for php

01PHP

Since Feb 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/hpz937/LogUtil)[ Packagist](https://packagist.org/packages/hpz937/logutil)[ RSS](/packages/hpz937-logutil/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Logutil
=======

[](#logutil)

Logutil is a logging utility for PHP.

Getting Started
---------------

[](#getting-started)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

[](#prerequisites)

You need to have PHP installed on your machine. Also, you need to install the dependencies of the project using Composer.

Installation
------------

[](#installation)

You can install LogUtil via Composer. Run the following command in your project directory:

```
composer require hpz937/logutil
```

### Usage

[](#usage)

You can use the Log class from the Hpz937\\Logutil namespace to log messages. Here's an example:

```
