Bump to up 2.2.4

This commit is contained in:
shogo4405 2022-09-11 18:11:43 +09:00
parent a670252068
commit 3bcae34860
29 changed files with 108 additions and 73 deletions

View File

@ -3,14 +3,14 @@ GEM
specs:
CFPropertyList (3.0.5)
rexml
activesupport (6.1.6.1)
activesupport (6.1.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
@ -77,7 +77,8 @@ GEM
xcinvoke (~> 0.3.0)
json (2.6.2)
liferaft (0.0.6)
minitest (5.16.2)
mini_portile2 (2.8.0)
minitest (5.16.3)
molinillo (0.8.0)
mustache (1.1.1)
nanaimo (0.3.0)
@ -91,7 +92,8 @@ GEM
ruby-macho (2.5.1)
sassc (2.4.0)
ffi (~> 1.9)
sqlite3 (1.4.4)
sqlite3 (1.5.0)
mini_portile2 (~> 2.8.0)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (2.0.5)

View File

@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Logboard"
s.version = "2.2.3"
s.version = "2.2.4"
s.summary = "Simple Logging framework"
s.swift_version = "5.0"

View File

@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objectVersion = 55;
objects = {
/* Begin PBXBuildFile section */
@ -347,7 +347,7 @@
};
};
buildConfigurationList = 293874AF1F359A3B009F4B30 /* Build configuration list for PBXProject "Logboard" */;
compatibilityVersion = "Xcode 8.0";
compatibilityVersion = "Xcode 13.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
@ -579,7 +579,8 @@
MACOSX_DEPLOYMENT_TARGET = 10.9;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
@ -602,8 +603,12 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
"IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]" = 13.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.2.3;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.2.4;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SKIP_INSTALL = YES;
@ -627,8 +632,12 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
"IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]" = 13.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.2.3;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.2.4;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SKIP_INSTALL = YES;
@ -648,8 +657,12 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Platforms/watchOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.2.3;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.2.4;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = watchos;
@ -672,8 +685,12 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Platforms/watchOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.2.3;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.2.4;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = watchos;
@ -698,9 +715,13 @@
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = "$(SRCROOT)/Platforms/macOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.9;
MARKETING_VERSION = 2.2.3;
MARKETING_VERSION = 2.2.4;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = macosx;
@ -723,9 +744,13 @@
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = "$(SRCROOT)/Platforms/macOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.9;
MARKETING_VERSION = 2.2.3;
MARKETING_VERSION = 2.2.4;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = macosx;
@ -747,8 +772,12 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Platforms/tvOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.2.3;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.2.4;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = appletvos;
@ -772,8 +801,12 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Platforms/tvOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.2.3;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.2.4;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = appletvos;

View File

@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -269,7 +269,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="ConsoleAppender Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -148,7 +148,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="Logboard Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -612,7 +612,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="Data Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -352,7 +352,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="Level Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -285,7 +285,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="MultiAppender Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -181,7 +181,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="NullAppender Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -148,7 +148,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="OSLoggerAppender Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -181,7 +181,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="SocketAppender Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -202,7 +202,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="Protocols Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -117,7 +117,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="LogboardAppender Protocol Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -150,7 +150,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -269,7 +269,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="ConsoleAppender Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -148,7 +148,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="Logboard Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -612,7 +612,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="Data Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -352,7 +352,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="Level Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -285,7 +285,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="MultiAppender Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -181,7 +181,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="NullAppender Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -148,7 +148,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="OSLoggerAppender Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -181,7 +181,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="SocketAppender Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -202,7 +202,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="Protocols Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -117,7 +117,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -17,7 +17,7 @@
<a title="LogboardAppender Protocol Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -150,7 +150,7 @@
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

View File

@ -16,7 +16,7 @@
<a title="Logboard Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -201,7 +201,7 @@ logger.appender = socket
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>

Binary file not shown.

View File

@ -16,7 +16,7 @@
<a title="Logboard Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Logboard 2.2.2 Docs</a> (100% documented)</p>
<p><a href="index.html">Logboard 2.2.4 Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
@ -201,7 +201,7 @@ logger.appender = socket
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-08-10)</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>