<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/simpleloggerlyw/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/simpleloggerlyw/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 02 Apr 2026 21:44:12 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/simpleloggerlyw/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Walter Lyrer</title><link>https://sourceforge.net/p/simpleloggerlyw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,7 +1,7 @@
 Simple Logger Overview
 ==========================

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

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

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Thu, 02 Apr 2026 21:44:12 -0000</pubDate><guid>https://sourceforge.netf2a8c6e640fe913b7a97b5906d24346f824b906e</guid></item><item><title>Home modified by Walter Lyrer</title><link>https://sourceforge.net/p/simpleloggerlyw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -15,7 +15,7 @@

 The `LoggerProvider` class is available to integrate Simple Logger API and implementation and to initialize and retrieve logger factories.

-See samples here: [Simple Logger Code Sample](Simple Logger Code Sample/)
+See samples here: [Simple Logger Code Sample](../Simple Logger Code Sample/)


 Language and Version
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Thu, 02 Apr 2026 08:55:13 -0000</pubDate><guid>https://sourceforge.net3b76e6cd9f85e9eeddf65994985acfb0283ea142</guid></item><item><title>Home modified by Walter Lyrer</title><link>https://sourceforge.net/p/simpleloggerlyw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -14,6 +14,8 @@
 The logger factories must be initialized. Otherwise `IllegalStateException` is raised.

 The `LoggerProvider` class is available to integrate Simple Logger API and implementation and to initialize and retrieve logger factories.
+
+See samples here: [Simple Logger Code Sample](Simple Logger Code Sample/)


 Language and Version
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Thu, 02 Apr 2026 08:54:33 -0000</pubDate><guid>https://sourceforge.nete976705894e247b7bdf3642476ae3313978a7977</guid></item><item><title>Home modified by Walter Lyrer</title><link>https://sourceforge.net/p/simpleloggerlyw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Thu, 02 Apr 2026 08:40:26 -0000</pubDate><guid>https://sourceforge.nete1715dc06daf3e05a99dbf14df17d95c640b9efa</guid></item><item><title>Home modified by Walter Lyrer</title><link>https://sourceforge.net/p/simpleloggerlyw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -27,6 +27,10 @@

 Copyright by Walter Lyrer

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

 Disclaimer
 ==========
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Thu, 02 Apr 2026 08:39:37 -0000</pubDate><guid>https://sourceforge.netaa968f191cffbeac136c1b29070bc7f8d6de4307</guid></item><item><title>Home modified by Walter Lyrer</title><link>https://sourceforge.net/p/simpleloggerlyw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,19 +1,19 @@
 Simple Logger Overview
 ==========================

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

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

 The loggers are named and can be 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.
+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. Otherwise IllegalStateException is raised.
+The logger factories must be initialized. Otherwise `IllegalStateException` is raised.

-The LoggerProvider class is available to integrate Simple Logger API and implementation and to initialize and retrieve logger factories.
+The `LoggerProvider` class is available to integrate Simple Logger API and implementation and to initialize and retrieve logger factories.


 Language and Version
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Thu, 02 Apr 2026 08:36:52 -0000</pubDate><guid>https://sourceforge.net3e59e90320aa45113762a76b48c13fabc25fd4f1</guid></item><item><title>Home modified by Walter Lyrer</title><link>https://sourceforge.net/p/simpleloggerlyw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,53 @@
-Welcome to your wiki!
+Simple Logger Overview
+==========================

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+The *Simple Logger* provides means for logging in a simple way.

-The wiki uses [Markdown](/nf/markdown_syntax) syntax.
+It consists of an API Jar, an implementation JAR and an integration JAR named provider.
+
+The loggers are named and can be 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. Otherwise IllegalStateException is raised.
+
+The LoggerProvider class is available to integrate Simple Logger API and implementation and to initialize and retrieve logger factories.
+
+
+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
+
+
+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](https://sourceforge.net/projects/convertergenerator/)
+[Strategy/State Generator](https://sourceforge.net/projects/strategystategenerator/)
+[Visitor Generator](https://sourceforge.net/projects/visitorgenerator/)
+[Named Parameter Converter](https://sourceforge.net/projects/namedparameterconverter/)
+

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Thu, 02 Apr 2026 08:26:31 -0000</pubDate><guid>https://sourceforge.net86b9a273e35cc2f3681cf166e8ef3ed074275607</guid></item><item><title>Home modified by Walter Lyrer</title><link>https://sourceforge.net/p/simpleloggerlyw/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a href="/nf/markdown_syntax" rel="nofollow"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
    &lt;ul class="md-users-list"&gt;
        &lt;li&gt;&lt;a href="/u/lyrerwalter/"&gt;Walter Lyrer&lt;/a&gt; (admin)&lt;/li&gt;
        
    &lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-69ce2804a45cc1690030aea5" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Thu, 02 Apr 2026 08:25:40 -0000</pubDate><guid>https://sourceforge.netcde926d49a60582b3c5116d7166f7e15f9c2abf2</guid></item></channel></rss>