Menu

Home

Walter Lyrer

Simple Logger Home

The Simple Logger provides means for thread safe logging in a simple way.

It consists of an API Jar, an implementation JAR, an integration JAR named provider and a Spring framework integration JAR named Spring.

The loggers can be named and constructed either by a string name or a class type.

It is recommended to not instantiate the ILogger directly but to use the provided ILoggerFactory implementation.

The logger factories are named, too, and you can register as much logger factories as you like with different configurations.

The logger factories must be initialized before usage, otherwise IllegalStateException is raised.

Integration code is provided in in two ways:

Please, also check the General Notes.

Language and Version

The Simple Logge version 1.0.0 and later are compiled in the programming language Java in version 25.0.2.

Copyright

Copyright by Walter Lyrer

License

Apache License 2.0
http://www.apache.org/licenses/LICENSE-2.0.html

Disclaimer

The author cannot be made responsible for any damage caused by the Simple Logger.
The usage of the Simple Logger is on own risk.
The code is designed and implemented on best know-how and with good intensions by the author.

Author

Walter Lyrer

Other projects from same author

Converter Generator
Strategy/State Generator
Visitor Generator
Named Parameter Converter

Project Members: