Releases: aloframework/log
Releases · aloframework/log
3.0.1
3.0
2.1.1
2.1
2.1-beta.1
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
- 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.