<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CLoggerFactory on sillysky.net</title>
    <link>https://sillysky.net/docs/nyssr/logging/cloggerfactory/</link>
    <description>Recent content in CLoggerFactory on sillysky.net</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 14 Oct 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://sillysky.net/docs/nyssr/logging/cloggerfactory/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ILogConfiguration</title>
      <link>https://sillysky.net/docs/nyssr/logging/cloggerfactory/ilogconfiguration/</link>
      <pubDate>Tue, 14 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/logging/cloggerfactory/ilogconfiguration/</guid>
      <description>The logger configuration contains a list of LOG writers. It can also load the logger configuration from Java Preferences.&#xA;Fetching the LOG Configuration The LOG configuration is fetched via a static method of the logger factory.&#xA;@NotNull public static ILogConfiguration getConfiguration(); Example:&#xA;final ILogConfiguration config = CLoggerFactory.getConfiguration(); LOG Writers There are methods for adding and removing LOG writers.&#xA;ILogConfiguration addWriter(@NotNull ILogWriter aWriter); ILogConfiguration removeWriter(@NotNull ILogWriter aWriter); Loading the logger configuration The configuration of the individual writers and loggers are loaded from the Java Preferences.</description>
    </item>
  </channel>
</rss>
