Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

logback-android

πŸ“„The reliable, generic, fast and flexible logging framework for Android
Collective - Host: opensource - https://opencollective.com/logback-android - Code: https://github.com/tony19/logback-android

Update release notes for 1.1.0

Add note for SizeAndTimeBasedFNATP#createArchiveRemover

github.com/tony19/logback-android - 37fa7e75dc6a41ee25966445ae5c8249087486de authored about 11 years ago
Allow SizeAndTimeBasedFNATP subclasses to provide a custom ArchiveRemover

github.com/tony19/logback-android - 049823e182187f9b641254e3454ce5bb1e386045 authored about 11 years ago
Update release notes for 1.1.0

Add note for LOGBACK-466

github.com/tony19/logback-android - cae34ffa80349bc7261a03086d85c5423c8e610d authored about 11 years ago
actual max window size is 20

github.com/tony19/logback-android - 98acde48e7c4451ecbb0a0298b1743add48dab1d authored about 11 years ago
minor fix related to LOGBACK-927

github.com/tony19/logback-android - 0568f7a9c1e5996029d685007cca37d1539dde98 authored about 11 years ago
LOGBACK-466

Documentation: Fix syntax issue with GEventEvaluator example in filters documentation.

github.com/tony19/logback-android - 0632f4fe6e09198a76eb046b7177a5421015347d authored about 11 years ago
When setting the default syslog maxMessageSize, use an upper limit of 65000

for the cases where the automatic detection goes over this limit. UDP
messages are limited to 655...

github.com/tony19/logback-android - 83a927aa7b707560f528d4cb20560b2fcaa14c02 authored about 11 years ago
Documentation: Fix typos in site and manual

github.com/tony19/logback-android - b8c8c83c923a564bad947eabf5b0cd5a2f4c3c4e authored about 11 years ago
LOGBACK-802 Documentation: Replace usage of Javascript's String.trim() with JQuery's trim() to allow support for older web browsers

github.com/tony19/logback-android - 24976eeec1b9d0b3aaa6fb801fb5e993fa66eac0 authored about 11 years ago
LOGBACK-927 Update the logback-access Common Log Format to use MMM rather than MM. Update the documentation to reflect this and to remove errors regarding the %date/%t behavior with the PatternLayout

github.com/tony19/logback-android - 1311b2af5adaba803aa4a5b57b8b4f8d31648079 authored about 11 years ago
Fix LOGBACK-885

github.com/tony19/logback-android - e8972762916f59d5686b9f54941fd34d33f71818 authored about 11 years ago
Update release notes for 1.1.0

Add notes for LOGBACK-768 and LOGBACK-928

github.com/tony19/logback-android - 6c7dca9aabc5e1adb0cf56c133f3a13b1a0d200d authored about 11 years ago
Update release notes for 1.1.0

Add note for pull request #136 (LOGBACK-885)

github.com/tony19/logback-android - 0944b3ae3ab376071f8c5a1aa11b6de4fcb32057 authored about 11 years ago
Update release notes for 1.1.0

Add note for pull request #156

github.com/tony19/logback-android - af224d85e9f59d1626c849c81c082811cfa0b322 authored about 11 years ago
LOGBACK-768 Documentation: Fix mistake in the definition of the combined log format (missing brackets)

github.com/tony19/logback-android - b66dfef8a39f448e36b0f61911d4d0c684a7c4d4 authored about 11 years ago
Update release notes for 1.1.0

Add note for LOGBACK-927

github.com/tony19/logback-android - bda244e08d6b34c886ad9619fe31f8a9c1211523 authored about 11 years ago
LOGBACK-926 Update SyslogAppender to set the maxMessageSize to be the system default UDP size to prevent logs from being dropped if they are too large.

github.com/tony19/logback-android - fcfa3abc4a8340ae19cbac05b57254607fddf23f authored about 11 years ago
LOGBACK-904 Fix typo/mistype in javadoc for TurboFilter

github.com/tony19/logback-android - 09d57c37161477f1f55b7fb0ab861ca645b57910 authored about 11 years ago
Update release notes for 1.1.0

Add notes for LOGBACK-926 and LOGBACK-904

github.com/tony19/logback-android - b38d173b5c601216f7c07cf1d88e72a04b8c3d1e authored about 11 years ago
Cleanup HTML syntax issues in manual (e.g., extraneous tags)

github.com/tony19/logback-android - 89b7236ddcfd3568e74e4711d5c0affc4bdc4d5c authored about 11 years ago
Fix some typos in manual

github.com/tony19/logback-android - 653a33d5beb6dda01df69dc375e20018b4cc64fa authored about 11 years ago
Shrink column in release notes

github.com/tony19/logback-android - d7181f95a56d984e99c936ea01f3fbebdc188e91 authored about 11 years ago
Give names to SimpleSocketServer and SocketNode threads

github.com/tony19/logback-android - d5c978a56dc4c91567d174b951ee515070c1e92d authored about 11 years ago
Update release notes for 1.1.0

github.com/tony19/logback-android - 5246a0fc63514ab66f13688eeda6f98ff8fdc08a authored about 11 years ago
update version number to 1.1.0-SNAPSHOT

github.com/tony19/logback-android - 9adab69e175ec492552271c9080d9786f8d120a5 authored about 11 years ago
LOGBACK-350 Prevent SocketNode constructor blocking due to lack of data from client

The constructor creates an ObjectInputStream, and this blocks until the stream
header is receive...

github.com/tony19/logback-android - 71a34cd16f45b87bd5783774fb96e88e6a3c553a authored about 11 years ago
Fix typo in release notes

"<includes>" should've been "<include>"

github.com/tony19/logback-android - 2423f12aebc52c6d50c57cf50484668bc3d22445 authored about 11 years ago
Fix typo in Appenders documentation

github.com/tony19/logback-android - 7042a8552b5f144883c786a00a068948aff43f32 authored about 11 years ago
Validate ContextBase's status manager (LOGBACK-912)

We were null-checking the current status manager instead of the one
passed in.

github.com/tony19/logback-android - 23aae45f94709c1037d25c587762de3d46f3f80f authored about 11 years ago
Mark SocketNode as closed if ObjectInputStream can't be created

This prevents a NullPointerException from being thrown, and allows the
socketNodeClosing method ...

github.com/tony19/logback-android - b953211f57c36ae007089fb4507c2e3b73749631 authored about 11 years ago
* Undid some accidental roll-ups of imports, because my ide rules were set incorrectly.

github.com/tony19/logback-android - 307bb8c893034d1ce993a5579c61e3772b47f048 authored about 11 years ago
Merge pull request #142 from manuel-woelker/1.0.x

amendment for LOGBACK-644: suppress errors for nonexistent resource includes

github.com/tony19/logback-android - 6cb6d5b5df6ec3f3e50f0729389c736cc2b984dc authored about 11 years ago
Fixed issue "Failed to instantiate LoggerContext" because of " java.lang.SecurityException: AccessController.checkPermission is unsupported." (LOGBACK-760) using the solution provided in the comment by ori.

github.com/tony19/logback-android - aa214503b2334c75e1106850da96b439b22b409d authored about 11 years ago
* Fixed tabbing to be 2-spaces instead of 4

* changed direct access of timestamp field to use getTimstamp() instead inside of calculateElapse...

github.com/tony19/logback-android - e4e417f2bd0292b97c15dcc7ecd09a7f04fc2614 authored about 11 years ago
add support to log elapsedTime

github.com/tony19/logback-android - c71c2b45012c899af109c0a306adab46e0137de9 authored about 11 years ago
* Added padding around NA, because my reformat took it away.

github.com/tony19/logback-android - f73b610b36382fab0fdcde01bfa9419bb7d2c816 authored about 11 years ago
* Added support to the tomcat Server adaptor for correctly getting request start time. (Includes additional dependency on tomcat-coyote)

* Update layouts.html to document the addition of elapsedTime/D to the pattern support for IAcces...

github.com/tony19/logback-android - 3bc997e9e60d5bfaed5fa70234743f5732c1f2d2 authored about 11 years ago
Add 'D' pattern for elapsedTimeConverter

github.com/tony19/logback-android - 2d8994cb16a6acd735806f76aef18486d4c0efa2 authored about 11 years ago
Update release notes for 1.1.0

Add note for SizeAndTimeBasedFNATP#createArchiveRemover

github.com/tony19/logback-android - 1cab2c3a92d5d2a68db9a079d7c1f30dd9a60883 authored about 11 years ago
Merge pull request #163 from johngmyers/custom-archive-remover

Allow SizeAndTimeBasedFNATP subclasses to provide a custom ArchiveRemover

github.com/tony19/logback-android - ec418bd31f5f32b372d836bd54c9024a2335f4d4 authored about 11 years ago
Update release notes for 1.1.0

Add note for LOGBACK-466

github.com/tony19/logback-android - b3ad67ee2145128193829ddccfb362708d90f76c authored about 11 years ago
Merge pull request #167 from ericdahl/site-typos

Documentation: Fix typos in site and manual

github.com/tony19/logback-android - 858af6aad1c17c8eb812c2613840a3c2dab1c1fe authored about 11 years ago
Merge pull request #166 from ericdahl/doc-evaluatorfilter

LOGBACK-466 Documentation: Fix syntax issues with GEventEvaluator example

github.com/tony19/logback-android - fa72ef89b44b5fedb883c5102145f74a9f197987 authored about 11 years ago
Documentation: Fix typos in site and manual

github.com/tony19/logback-android - 0fa83499a93865d8106d3c8abe2b057792fec8b3 authored about 11 years ago
LOGBACK-466

Documentation: Fix syntax issue with GEventEvaluator example in filters documentation.

github.com/tony19/logback-android - 3afe7086e3a526b95ae9aff861cbbe2d4c9f8331 authored about 11 years ago
Merge pull request #165 from ericdahl/syslog-maxsize-limit

Limit the maximumMessageSize for SyslogAppender to be 65000

github.com/tony19/logback-android - 78c4e2b626a2dec5ee7fcbb9d9868ff529899675 authored about 11 years ago
When setting the default syslog maxMessageSize, use an upper limit of 65000

for the cases where the automatic detection goes over this limit. UDP
messages are limited to 655...

github.com/tony19/logback-android - 78d87959c818eeb746a6d7ba017f10c193f74b28 authored about 11 years ago
minor fix related to LOGBACK-927

github.com/tony19/logback-android - e0f26e69f8caba3b4e7adb55e9d0507594ed87a2 authored about 11 years ago
actual max window size is 20

github.com/tony19/logback-android - 066c8f891200b558849e834c1d9c4dc7b8308ad4 authored about 11 years ago
Merge pull request #164 from ericdahl/javascript-trim

LOGBACK-802 Documentation: Use JQuery for trim() so that pages work in IE8 and other old browsers

github.com/tony19/logback-android - 5dfccaf977c6d7a430930662a05679fd1d32b30c authored about 11 years ago
LOGBACK-802 Documentation: Replace usage of Javascript's String.trim() with JQuery's trim() to allow support for older web browsers

github.com/tony19/logback-android - a8bbbca7dd30766e36eef86cf1e132e7a048ca9c authored about 11 years ago
Update release notes for 1.1.0

Add note for LOGBACK-927

github.com/tony19/logback-android - 1689a7ea58a5fabfdfe34d790753a39c2900eb7d authored about 11 years ago
Merge pull request #161 from ericdahl/access-PatternLayout-default-date

LOGBACK-927 Update logback-access Common Log Format to use MMM rather than MM for month

github.com/tony19/logback-android - 7dd85b5c4eda07173611e54764f69c093c6ffab6 authored about 11 years ago
Update release notes for 1.1.0

Add notes for LOGBACK-768 and LOGBACK-928

github.com/tony19/logback-android - d90d93e8c502dc34ca75e2c7d9817928aba84122 authored about 11 years ago
Merge pull request #162 from ericdahl/docs-combined-log-format

LOGBACK-768 Documentation: Fix mistake in the definition of the Combined Log Format

github.com/tony19/logback-android - 9f77351830eb937cc10bffa9f88ac45cf685b47e authored about 11 years ago
Allow SizeAndTimeBasedFNATP subclasses to provide a custom ArchiveRemover

github.com/tony19/logback-android - 6be1db135a72104798f864240daae016ad9fea9f authored about 11 years ago
LOGBACK-927 Update the logback-access Common Log Format to use MMM rather than MM. Update the documentation to reflect this and to remove errors regarding the %date/%t behavior with the PatternLayout

github.com/tony19/logback-android - 55c4d5d298b22c0c0b14dfd13d04795c82bb608d authored about 11 years ago
LOGBACK-768 Documentation: Fix mistake in the definition of the combined log format (missing brackets)

github.com/tony19/logback-android - 44606f7acbb231959797137524f91796b6eaa5bf authored about 11 years ago
Update release notes for 1.1.0

Add note for pull request #136 (LOGBACK-885)

github.com/tony19/logback-android - 7af2fa5a5f115de95ad10802c7af77e28ed7a44f authored about 11 years ago
Merge pull request #136 from cowwoc/master

Catch UnsupportedOperationException in PackageDataCalculator (LOGBACK-885)

github.com/tony19/logback-android - 120a9327599436d0dabc7617a59ad92f4fabc9c4 authored about 11 years ago
Update release notes for 1.1.0

Add note for pull request #156

github.com/tony19/logback-android - c0868bc05a1db61959cb8f482fa408a833f34c5c authored about 11 years ago
Merge pull request #156 from richardfearn/SimpleSocketServer-thread-names

Give names to SimpleSocketServer and SocketNode threads

github.com/tony19/logback-android - 9f86c5258cf32933a710d2546b8b3c900572a586 authored about 11 years ago
Update release notes for 1.1.0

Add notes for LOGBACK-926 and LOGBACK-904

github.com/tony19/logback-android - b99d6ccd7e6c5603eaf1473da605c64c7a1515c3 authored about 11 years ago
Merge pull request #160 from ericdahl/manual-typos

Fix some typos in manual

github.com/tony19/logback-android - 6c09397c337eeafd827edfc2c0faf510cde63762 authored about 11 years ago
Merge pull request #159 from ericdahl/html-doc-syntax-cleanup

Cleanup HTML syntax issues in manual (e.g., extraneous tags)

github.com/tony19/logback-android - 650052eb971909b7edd13456d91110c5a3f15d27 authored about 11 years ago
Fix some typos in manual

github.com/tony19/logback-android - 78b11e099f7f9d9c9e1333bb4c223b396cbc5d56 authored about 11 years ago
Cleanup HTML syntax issues in manual (e.g., extraneous tags)

github.com/tony19/logback-android - b868693ff5873423d737d54a2747b6424c8b0a39 authored about 11 years ago
Merge pull request #158 from ericdahl/syslogappendertest-maxsyslog

Update SyslogAppenderTest to explicitly set maximum syslog message size (for test stability)

github.com/tony19/logback-android - 5733a37e00cf4464fd878c471155634919d73be3 authored about 11 years ago
LOGBACK-926 Update SyslogAppender to set the maxMessageSize to be the system default UDP size to prevent logs from being dropped if they are too large.

github.com/tony19/logback-android - 455bb2dec289878291eb2879ed5dd0ad84d5d0e9 authored about 11 years ago
Merge pull request #157 from ericdahl/turbofilter-typo

LOGBACK-904 Fix typo/mistype in javadoc for TurboFilter

github.com/tony19/logback-android - 19880cf018e05d46e0a30ead236d79766922aeb8 authored about 11 years ago
LOGBACK-904 Fix typo/mistype in javadoc for TurboFilter

github.com/tony19/logback-android - bab22010851fe02536aee153aff2bf7859eb4d6d authored about 11 years ago
Shrink column in release notes

github.com/tony19/logback-android - dabbde7fe9d5520d78617e3dff3f466f926c1ced authored about 11 years ago
Fix typo in release notes

"<includes>" should've been "<include>"

github.com/tony19/logback-android - 9ac58e44872bb39e34af8beb3bccc6e859686ae3 authored about 11 years ago
Update release notes for 1.1.0

github.com/tony19/logback-android - 4c1562ee30b296cf2ea4e4e580631dc4383024ef authored about 11 years ago
update version number to 1.1.0-SNAPSHOT

github.com/tony19/logback-android - e92204a74e0037445ceb1c35b7aced17e565650f authored about 11 years ago
Fix typo in Appenders documentation

github.com/tony19/logback-android - da1c31d24839971eb43412b5c32be9671965e24d authored about 11 years ago
Remove unused functions in FileUtil

github.com/tony19/logback-android - 8d49c13b7ddbf896a1da795a40131aa7b763e1a0 authored about 11 years ago
Add @deprecated javadoc for color converters

github.com/tony19/logback-android - 78dcbc1551581179e631eaac0a9dfdcb7ced7da6 authored about 11 years ago
Deprecate java.util.logging helpers

These aren't that useful in Android.

github.com/tony19/logback-android - 16c1af424ea545a743aceda3954f028e3cded772 authored about 11 years ago
Remove logback-examples

Another project will be created for this

github.com/tony19/logback-android - ed320675dbc23ba80d151bf446dd49d2f995f812 authored about 11 years ago
Remove unused XMLUtil class

github.com/tony19/logback-android - 20880ffbeaf76bd713a70cbcf8661906dd05c053 authored about 11 years ago
Remove unused EchoLayout class

github.com/tony19/logback-android - 53145d7b987347ac02dc3a698bedbea63d8bcfe4 authored about 11 years ago
Remove unused/unnecessary functions in OptionHelper

github.com/tony19/logback-android - e33758ba5ca3ba29289f770823b8db37a3308139 authored about 11 years ago
Deprecate ConsoleTarget class

This is part of deprecated ConsoleAppender

github.com/tony19/logback-android - 1895d5e77289efc2c7c4989a00410a5954a03847 authored about 11 years ago
Remove unused functions in ContextUtil

github.com/tony19/logback-android - d38310000334ece36e7bdb8cf31388c2df93b7ea authored about 11 years ago
Remove unused constants; or moved to test package

github.com/tony19/logback-android - 7b61f220c50a6a057e4542ed4d94d589bb99f686 authored about 11 years ago
Deprecate BasicConfigurator for BasicLogcatConfigurator

github.com/tony19/logback-android - 6afcb6f1badaa71d0afd90b2d12761bf5f21de20 authored about 11 years ago
Remove unused Matcher class

This was only used in JaninoEvaluator and GafferConfigurator,
both of which are not supported in...

github.com/tony19/logback-android - 47456b7fae21846a7798cc0e3eee18e35db9b03e authored about 11 years ago
Validate ContextBase's status manager (LOGBACK-912)

We were null-checking the current status manager instead of the one
passed in.

github.com/tony19/logback-android - 25ce0c40def1f8d6e896df055cff06e9813b376a authored about 11 years ago
Remove unused PlatformInfo class

That was used for JMX stuff, which isn't supported in logback-android.

github.com/tony19/logback-android - 0c0fda96f80ad28e1631074d5dabf3b04b537163 authored about 11 years ago
Fix FileAppenderTest

Check for NOPOutputStream after FileAppender is started with lazy flag

github.com/tony19/logback-android - 1a50512d06c2b0d444fcfc7d424cfe5529fdea46 authored about 11 years ago
Fix error when using FileAppender with lazy flag (LBANDROID-17)

When FileAppender tries to call super.start(), the OutputStreamAppender
can't handle when its ou...

github.com/tony19/logback-android - c7b26ce1376026409227924cecf5ddb476fec28a authored about 11 years ago
Merge pull request #155 from richardfearn/LOGBACK-350

LOGBACK-350 Prevent SocketNode constructor blocking due to lack of data from client

github.com/tony19/logback-android - 7d4c75c2908c2ba604f4bcdf2ba82b7d23b71462 authored over 11 years ago
Mark SocketNode as closed if ObjectInputStream can't be created

This prevents a NullPointerException from being thrown, and allows the
socketNodeClosing method ...

github.com/tony19/logback-android - ef839a099ba2c21748d54db049a3cf9ac710590b authored over 11 years ago
Merge pull request #154 from wildhemp/master

Fix for LOGBACK-760.

github.com/tony19/logback-android - 772f7bf5838bda885c055cf011167b25cd58e36c authored over 11 years ago
Give names to SimpleSocketServer and SocketNode threads

github.com/tony19/logback-android - 002f3cb0d70e7f67e4edef73bfd832916c9f3a01 authored over 11 years ago
Update README.md

github.com/tony19/logback-android - 2796737ddebf528dc5839067a416389065a69088 authored over 11 years ago
Disable tests for net classes

github.com/tony19/logback-android - d74633b5c8c6546e0d6f322fef1c0ff5603f6d4a authored over 11 years ago