Skip to content

Releases: aloframework/log

3.0.1

07 Nov 22:03
Compare
Choose a tag to compare
syntax highlighting @ code sample

3.0

07 Nov 21:29
Compare
Choose a tag to compare
3.0

Now licenced under Apache-2.0

2.1.1

13 Nov 10:11
Compare
Choose a tag to compare

Additional checking for $this->fp

2.1

04 Nov 15:47
Compare
Choose a tag to compare
2.1

More efficient fopen() operations to reduce log writing overhead.

2.1-beta.1

19 Oct 10:58
Compare
Choose a tag to compare
2.1-beta.1 Pre-release
Pre-release

Trying out a new way of handling fopens() on an object level to reduce writing overhead. I am not an expert in direct file handling, so this is released in beta state for now.

2.0

14 Oct 19:18
Compare
Choose a tag to compare
2.0
  • Configuration is now made via the Configurable interface. This means that the Log constructor signature has now
    changed.
  • The default log level is now set in the Config class
  • Full test coverage
  • LogException is gone. All exceptions are now \AloFramework\Log\InvalidArgumentException.

2.0-rc.1

14 Oct 14:24
Compare
Choose a tag to compare
2.0-rc.1 Pre-release
Pre-release

API should be final for 2.0. Will update README, changelog and gh-pages later in the evening.

1.4

10 Oct 11:31
Compare
Choose a tag to compare
1.4

buildMessage() added

1.3.1

09 Oct 13:15
Compare
Choose a tag to compare
quick bugfix

1.3

09 Oct 12:02
Compare
Choose a tag to compare
1.3
  • getBacktrace() added
  • self::$ignoredFiles added