Giter Club home page Giter Club logo

le_php's People

Contributors

4d47 avatar gearoidof avatar marklc-r7 avatar pugwonk avatar rsheng-r7 avatar sylwit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

le_php's Issues

Log information about stability

Hi!

I'm currently integrating logentries into our application. The current released version is 0.6, but I can't really find anything about:

  1. What's left to do to declare it "1.0"
  2. In what ways we can expect the API to change
  3. Any sort of commitment around API stability (e.g.: will upgrading to 0.6.1 be safe, what about 0.7.0 or 1.0?)

Can you share any documentation about this?

Multiple connections

I noticed that logentries by default is a singleton. This is handy, but for my situation I would prefer to open a number of sockets so I can connect with multiple channels.

Could we make the constructor public but keep the tcp socket as static? This way we can reduce the sockets, but maintain the ability to post logs to multiple channels.

Don't rely on global variables

Relying on global variables is considered a bad practice in PHP. It would be best not to promote or suggest using this.

You have a fairly decent API in LeLogger.php, but promoting the API in lelogger.php is something I would suggest you avoid.

Rather than making it 'the API' it may be better to show it off as an example that can be re-used, but shouldn't be directly included. I imagine lelogger.php was added to ease setting up the LeLogger object, but it may be better to do this in the form of a factory method that takes an array for setup.

Just a thought.

Support for composer

Hi!

Would it be possible to add this library to packagist? I use composer for dependency management and would like to try out logentries, downloading files and adding them to the project root is a tad archaic though :-)

http://getcomposer.org/

Thanks,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.