PHPackages                             irap/logging - 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. irap/logging

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

irap/logging
============

Cli Menu code for writing CLI applications in PHP 5.3+

2.2.1(6mo ago)05.5k3MITPHPPHP &gt;=7.0.0

Since Jun 13Pushed 6mo ago2 watchersCompare

[ Source](https://github.com/iRAP-software/package-logging)[ Packagist](https://packagist.org/packages/irap/logging)[ Docs](https://github.com/iRAP-software/package-logging)[ RSS](/packages/irap-logging/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (4)Versions (16)Used By (3)

Logging Package
===============

[](#logging-package)

This package aims to make it easy to log things.

UDP Logger
----------

[](#udp-logger)

Using UDP for logging is great if you want to be able to fire-and-forget your log messages, improving performance at the penalty of not being able to guarantee log messages are received.

Here is an example of how to send a log to a server ar 192.168.1.1 on port 1234 using the UdpLogger:

```
