Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/tony19/logback-android
πThe reliable, generic, fast and flexible logging framework for Android
https://github.com/tony19/logback-android
af2932a5220d1659a5811cb18d42155b1faad391 authored almost 12 years ago
fff86703bcbfb1bccdd05e7bc8ae023b9ab23106 authored almost 12 years ago
05bd7d4a40ab703d502a88088c7c95b45858fdcb authored almost 12 years ago
The MockAppender now uses a BlockingQueue to hold appended events
until the test subject can pic...
e991c43be66f2acfaac3794bae7944658568f4a8 authored almost 12 years ago
27405148b07228a7186a5e20fafe856189471de2 authored almost 12 years ago
Just a first draft. Please edit and/or pare down as appropriate.
e412d674439a93b7038311a6fbac370259751cb9 authored almost 12 years agof7a42b4e6cfa45374a803ca09080fe4e5001925e authored almost 12 years ago
f83f2e670bbbe8d1a9810e6e4edf88867f52ef9c authored almost 12 years ago
6649b8a8c20d198b5f2d7a41ef6dd48f197a1e17 authored almost 12 years ago
fe36d8ac4ed4eba2742061ceedea8a340adb3b07 authored almost 12 years ago
6d6998cdd6e3e37b390fad9a57049ca0530bf716 authored almost 12 years ago
6c1b726b5fefb8b2e74547e6f3e79d687a21f06d authored almost 12 years ago
ae8f064afe39d627be7b3ba901b654146d47fd53 authored almost 12 years ago
components
b85c45dfba74e7d1776495f07474958d5a8d0781 authored almost 12 years ago
This ensures that no queuing occurs when the number of threads is less
than or equal to the maxi...
a531c855d84068ef00c380a87a75deb7718a2d7e authored almost 12 years ago
eeb09af01a38675a18b25af6447a3d0c33a052bd authored almost 12 years ago
caa69000c10126d8bd85477ce8aa291cdb505da3 authored almost 12 years ago
2668d4ef57b436fe3e9c0b1b7200ab09d5a69bf3 authored almost 12 years ago
401167005a0cf4a290f9337b2cb917cbbe74217a authored almost 12 years ago
93ddf91e84e14a085b5f365b6a75b5a77f306cf8 authored almost 12 years ago
b9cd77f512c92387e1b2054525c45eef0d5c1ffe authored almost 12 years ago
6e5d40192b47aa7cfb797d57de07bae70674aa86 authored almost 12 years ago
5dec71eed3ab95dd13d54f35c5da45f869b88116 authored almost 12 years ago
Previously, logback used the BasicLogcatConfigurator when no configuration
was found in `assets/...
This renames the configuration XML tag "findInclude" to "includes".
(LBANDROID-12)
The ExecutorService in the context has a very limited thread pool
configuration, and using it as...
This test was broken when the InstrumentedServerSocketBase was modified
to allow assertion testi...
n ServerSocket.stop, we must not shut down the executor
service if it belongs to the context. W...
If the server has no thread pool configuration, the context's executor
service is now used by de...
If a subclass provides a custom executor, we want to shut it down, but
if the context's executor...
The SocketRemote component doesn't want/need to allow the user to
provide a thread pool configur...
In ServerSocketAppenderBase.stop, we must not shut down the executor
service if it is the contex...
If the appender does not have a thread pool configuration, we now use
the context's ExecutorServ...
f45134c57f632b32983ea35b5426f31adb78754b authored almost 12 years ago
When testing the exception reported by SocketConnectorBase after a
connection failure, the test ...
The context injected by logback into SocketServer is subsequently
injected into RemoteAppenderSe...
5953f9d9f83b84c9a89d6c26ed9188c496038b49 authored almost 12 years ago
work in progress on documentation of SocketRemote/ServerSocketAppender
5c1a989de3bedea2df1c7203aeda70349109a3aa authored almost 12 years ago
Committing before moving to a clone of qos-ch/logback instead of
my fork.
removed some assertions that were not critical
216b1c50c97b67e83faff4dac2d3e2d5f95a5758 authored almost 12 years ago
The test was system timing sensitive due to testing some assertions on
fields without proper syn...
reduce system timing sensitivity in SocketConnectorBaseTest
94ff6ef07ad426707f8e1d575a11b5b72548bc1d authored almost 12 years agoLOGBACK-826: work in progress on documentation
ca243ac077eb32ef0bfb26a3789310b8aa4c0f40 authored almost 12 years ago
Now using a larger delay tolerance and additional Thread.join calls to
give the connector thread...
f9d9a6c330052e91fd2b3775a707c852a40f0e11 authored almost 12 years ago
Other example configurations using layout remain and need the same
treatment.
81de31593cf74dd774fd95921c84b384dcc25f59 authored almost 12 years ago
a61b9b6edba6e3f243b689de8fd77e1b4b13de0c authored almost 12 years ago
changed SocketRemote address property to host
798cacfbc6f12b184cde88267a879429be95e0d0 authored almost 12 years ago
SocketAppenderBase uses 'remoteHost'. The 'remote' suffix seems a
little redundant when configu...
removed name property from SocketRemote
ad22e115a0dca4f25ee00824e3fdd82263a972a0 authored almost 12 years ago
The name served no real purpose, while creating potential for confusion
and additional noise in ...
LOGBACK-826: added SocketRemote examples
7a0e0cf75c94c9e4dff18ca1f3c425557a6494ed authored almost 12 years ago
Simple examples of configuring a ServerSocketAppender and a
corresponding SocketRemote.
Improvements to error logging in ConcurrentServerRunner
26b6bdee3112dfe0bde881f7aed201c713a7e2f3 authored almost 12 years agoLeftover from the removal of the logging methods.
217c180e34baf6317e9749d25e9c9aa258d77ea7 authored almost 12 years ago789fd793c0fd675dbdcf1fe4164218b8b6c439c9 authored almost 12 years ago
8e19d84bf3775fb90c9c97a8228f97b3b8b74701 authored almost 12 years ago
ConcurrentServerRunner was delegating logging to methods defined by a
subclass. For subclasses ...
Handle RejectedExecutionException in ConcurrentServerRunner
f55b54c346c726b7d3564d49a2d76b95801aa408 authored almost 12 years agoa7b6955a5f537141f63ec5ef7d728b3cd5778676 authored almost 12 years ago
e90b2a1735efd421232844abd9e952fcbaad6556 authored almost 12 years ago
When the Executor rejects an execute request for a client runner,
we summarily close the client ...
Cleaning up finally clauses with nested try blocks
7f7a0aded73ad351938e3b024091d62e42f0ef61 authored almost 12 years ago57d70cfefc0483ef0547002b4cb00522e6ce4e0f authored almost 12 years ago
7d85309f585e0adc474391f7922717a21b8b34a6 authored almost 12 years ago
LOGBACK-625: create new component that acts as a client for ServerSocketAppender
26c7eed54d1ee2943c8876607217f1d615c32037 authored almost 12 years agoNeeded some missing classes from logback master.
77962c425ec4e0c32cc4cdc8846499145abf4f4e authored almost 12 years agoNot sure if the original author prefers the wildcard import...
a64aff23050c7593e66542f1264e0ac3a2ac58d9 authored almost 12 years agoSSLSocketRemote has an 'ssl' property of type SSLConfiguration.
0994ba51478a1c6ec98e78422ce13c1e0d872ee6 authored almost 12 years ago84886032eabfc135126cf599f69666256eb64b30 authored almost 12 years ago
795435adcce1eb664480e05c89dcda0385222a1f authored almost 12 years ago
bc9884d8c636e046e65568f1e35e09758363e199 authored almost 12 years ago
SocketRemote is a component that connects to a remote
ServerSocketAppender and logs received eve...
Allows it to be reused for consistency in SocketRemote.
f49da6a127f5fe9bea79511f74a0e785dbf9502c authored almost 12 years ago9970f77b87e737792b6ebde98767248b009c7dc4 authored almost 12 years ago
This class reimplements the much of the reconnect logic of the existing
SocketAppenderBase but d...
Dealing with IOException on Socket.close in each finally where it
appears is a pain...
1b968cd5550951eff63943cc38099892df86e135 authored almost 12 years ago
cc50828820dce57ecb3217f4000997b51a0fb6c5 authored almost 12 years ago
a930af11b50826f5012864b1252452e6a12339a1 authored almost 12 years ago
1edd4e449b67df77935c3fe3706c0fe17c198e2c authored almost 12 years ago
a999c8fc3222a3f79df07a97733e315c50e7eedf authored almost 12 years ago
2b5331d3b7c0815082d0cdcd2c650ef960d63a92 authored almost 12 years ago
7cb5c2c7ecf798f1234f8834e5c5fbb095ab7631 authored almost 12 years ago
This pulls in upstream/LOGBACK_791 branch, and revises the work done
for LBANDROID-14.
This removes the feature from e7b7b082464808aba643baeb7c5598fb70800b99,
which will move to a bra...
LOGBACK-824: add ServerSocketAppender classes to access
e72c8666271d61ac744209666dc5bc7339c95786 authored almost 12 years agof139757008aec87d1cef44ff64acf264e19f1f7b authored almost 12 years ago
SSLServerSocketAppender has an 'ssl' property of type SSLConfiguration.
e80a2e82b192c01a6ad8dc51de8f3cb6ea8263fd authored almost 12 years ago6f591a1420fdaea8f8004fca2d374803b44cd773 authored almost 12 years ago
af0620417756d762cb05ce24a448376b325f0e80 authored almost 12 years ago
LOGBACK-823: add ServerSocketAppender classes to classic
5ca055dc5b5bcf72cb1168fa12dddadcd99f0dcd authored almost 12 years agoSSLServerSocketAppender has an "ssl" property of type SSLConfiguration.
a9d10ecbb49d58af7303ff8201e6e2a44e1fc58f authored almost 12 years agode250d1319945c3e5550715cd6f409c4449c9442 authored almost 12 years ago
13b654cb55cc3cb0892a78708cadb5d6da514b6a authored almost 12 years ago
5d9cc52aefc127763970e85a40330f266d3d6210 authored almost 12 years ago
d842cdae4dbbe65d07b882e191f18699b0e7042b authored almost 12 years ago