2017 © Pedro Peláez
 

library log

Small logging framework

image

c00/log

Small logging framework

  • Saturday, September 16, 2017
  • by c00
  • Repository
  • 1 Watchers
  • 0 Stars
  • 164 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 16 Versions
  • 15 % Grown

The README.md

log

This is a very experimental logging 'framework'. It currently can log to screen / stdError and SQL., (*1)

Documentation is lacking, so unless you're interested in seeing how I code, this is probably not for you., (*2)

It has the potential to easily log to different channels (DB, on screen, stdError, etc)., (*3)

Usage

Log::init();
Log::debug("A debug message");
Log::error("Something went wrong!");

echo Log::getLogForView()->toString();

Will output:, (*4)

Url: http://example.com
IP: 127.0.0.1
ID: request_383b556e
Date: 2016-11-11 03:31:02
---------------
2016-11-11 03:31:02 DEBUG: A debug message
    D:\www\log\test\LogTest.php line: 19
2016-11-11 03:31:02 ERROR: Something went wrong!
    D:\www\log\test\LogTest.php line: 20

todo

Among other things: - Give options on init to setup properly - Add mysql channel - Allow reading from mysql db, (*5)

The Versions

16/09 2017

dev-master

9999999-dev

Small logging framework

  Sources   Download

MIT

The Development Requires

by Coo

16/09 2017

dev-advanced_queries

dev-advanced_queries

Small logging framework

  Sources   Download

MIT

The Development Requires

by Coo

16/09 2017

0.6.8

0.6.8.0

Small logging framework

  Sources   Download

MIT

The Development Requires

by Coo

27/06 2017

0.6.7

0.6.7.0

Small logging framework

  Sources   Download

MIT

The Development Requires

by Coo

26/06 2017

0.6.6

0.6.6.0

Small logging framework

  Sources   Download

MIT

The Development Requires

by Coo

26/06 2017

0.6.5

0.6.5.0

Small logging framework

  Sources   Download

MIT

The Development Requires

by Coo

24/06 2017

0.6.4

0.6.4.0

Small logging framework

  Sources   Download

MIT

The Development Requires

by Coo

24/06 2017

0.6.3

0.6.3.0

Small logging framework

  Sources   Download

MIT

The Development Requires

by Coo

18/06 2017

0.6.2

0.6.2.0

Small logging framework

  Sources   Download

MIT

The Development Requires

by Coo

18/06 2017

0.6.1

0.6.1.0

Small logging framework

  Sources   Download

MIT

The Development Requires

by Coo

15/06 2017

0.6

0.6.0.0

Small logging framework

  Sources   Download

MIT

The Development Requires

by Coo

07/06 2017

0.5

0.5.0.0

Small logging framework

  Sources   Download

MIT

The Development Requires

by Coo

12/02 2017

0.4

0.4.0.0

Small logging framework

  Sources   Download

MIT

The Development Requires

by Coo

11/11 2016

0.3

0.3.0.0

Small logging framework

  Sources   Download

MIT

The Development Requires

by Coo

11/11 2016

0.2

0.2.0.0

Small logging framework

  Sources   Download

MIT

The Development Requires

by Coo

11/11 2016

0.1

0.1.0.0

Small logging framework

  Sources   Download

MIT

The Development Requires

by Coo