Download JAR files tagged by logger with all dependencies
hyperlog from group com.solusguard.hyperlog (version 1.1.0)
A utility logger library for Android on top of standard Android Log class for debugging purpose. This is a simple library that will allow Android apps or library to store log into database so that developer can pull the logs from the database into File or push the logs to your remote server for debugging purpose.
Group: com.solusguard.hyperlog Artifact: hyperlog
Show all versions Show documentation
Show all versions Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact hyperlog
Group com.solusguard.hyperlog
Version 1.1.0
Last update 20. August 2019
Organization not specified
URL http://opensource.org/licenses/MIT
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies appcompat, volley, gson,
There are maybe transitive dependencies!
Group com.solusguard.hyperlog
Version 1.1.0
Last update 20. August 2019
Organization not specified
URL http://opensource.org/licenses/MIT
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies appcompat, volley, gson,
There are maybe transitive dependencies!
log-tracker from group io.github.naviud (version 1.1.3)
0 downloads
Artifact log-tracker
Group io.github.naviud
Version 1.1.3
Last update 10. May 2019
Organization naviud
URL https://naviud.github.io/playframework-log-tracker/
License MIT
Dependencies amount 6
Dependencies scala-library, logback-classic, play_2.12, mockito-all, powermock-mockito-release-full, play-guice_2.12,
There are maybe transitive dependencies!
Group io.github.naviud
Version 1.1.3
Last update 10. May 2019
Organization naviud
URL https://naviud.github.io/playframework-log-tracker/
License MIT
Dependencies amount 6
Dependencies scala-library, logback-classic, play_2.12, mockito-all, powermock-mockito-release-full, play-guice_2.12,
There are maybe transitive dependencies!
command-logger-sample from group org.apache.slider (version 0.92.0-incubating)
Group: org.apache.slider Artifact: command-logger-sample
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
android-logger from group com.noveogroup.android (version 1.3.6)
Useful logger for Android based on standard android.util.Log class.
Simple lightweight (< 50 Kb) implementation of SLF4J API. Easy but powerful
configuration via properties file and some additional helpful logging methods.
Easy analogue of popular log4j library.
Group: com.noveogroup.android Artifact: android-logger
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact android-logger
Group com.noveogroup.android
Version 1.3.6
Last update 26. August 2015
Organization not specified
URL http://noveogroup.github.com/android-logger/
License The MIT License (MIT)
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!
Group com.noveogroup.android
Version 1.3.6
Last update 26. August 2015
Organization not specified
URL http://noveogroup.github.com/android-logger/
License The MIT License (MIT)
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!
mule-example-echo from group org.mule.examples (version 3.5.0-bighorn)
Group: org.mule.examples Artifact: mule-example-echo
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
metridoc-all from group com.googlecode.metridoc (version 0.30)
Group: com.googlecode.metridoc Artifact: metridoc-all
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
excalibur-logger from group org.apache.excalibur.containerkit (version 2.2.1)
Excalibur-Logger integrates neatly into Avalon-ECM and Excalibur Fortress. The main goal is to be able to define
the log categories on a component basis by specifying a 'logger' attribute which denotes the log category to use
for a particular component (given the component is LogEnabled or Loggable).
0 downloads
Artifact excalibur-logger
Group org.apache.excalibur.containerkit
Version 2.2.1
Last update 15. February 2007
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies avalon-framework-impl,
There are maybe transitive dependencies!
Group org.apache.excalibur.containerkit
Version 2.2.1
Last update 15. February 2007
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies avalon-framework-impl,
There are maybe transitive dependencies!
howl from group org.objectweb.howl (version 1.0.1-1)
HOWL is a logger implementation providing features required by the JOTM project. HOWL uses unformatted
binary logs to maximize performance and specifies a journalization API with methods necessary to support JOTM
recovery operations.
Artifact howl
Group org.objectweb.howl
Version 1.0.1-1
Last update 15. June 2006
Organization ObjectWeb HOWL
URL http://forge.objectweb.org/projects/howl/
License BSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.objectweb.howl
Version 1.0.1-1
Last update 15. June 2006
Organization ObjectWeb HOWL
URL http://forge.objectweb.org/projects/howl/
License BSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
request-logger from group com.alterioncorp (version 1.1)
A servlet filter that logs requests to the log (slf4j) and writes them asynchronously to the DB.
RequestLoggerFilter - logs request info to the DB
RequestLoggerFilterPerfJdbc - subclass of RequestLoggerFilter that also logs time spent in JDBC using perf-jdbc
RequestLoggerFilterPerfmon4J - subclass of RequestLoggerFilter that also logs time spent in JDBC using perfmon4j
By default, uses the "java:/comp/env/jdbc/request-logger" data-source to log to. Can be overridden with the "com.alterion.requestlogger.jdbc.datasource-jndi" system-property.
DB schemas for MS-SQL and PostgreSQL are in src/main/sql
0 downloads
Artifact request-logger
Group com.alterioncorp
Version 1.1
Last update 24. May 2016
Organization not specified
URL https://bitbucket.org/alitovsky/request-logger
License Apache License, Version 2.0
Dependencies amount 2
Dependencies slf4j-api, commons-io,
There are maybe transitive dependencies!
Group com.alterioncorp
Version 1.1
Last update 24. May 2016
Organization not specified
URL https://bitbucket.org/alitovsky/request-logger
License Apache License, Version 2.0
Dependencies amount 2
Dependencies slf4j-api, commons-io,
There are maybe transitive dependencies!
ctrl4testng from group io.github.mfulton26.ctrl4testng (version 1.1)
CTRL4TestNG provides an SLF4J Logger that can be used from
any TestNG method tied to an ITestResult, namely Before,
After, and Test annotations. Each separate method will have
its own unique Logger and can be used with TestNG's parallel
testing support making it clear which logs came from which
method even when data-driven.
Group: io.github.mfulton26.ctrl4testng Artifact: ctrl4testng
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact ctrl4testng
Group io.github.mfulton26.ctrl4testng
Version 1.1
Last update 10. February 2015
Organization not specified
URL https://mfulton26.github.io/ctrl4testng/
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies slf4j-api, testng, guava,
There are maybe transitive dependencies!
Group io.github.mfulton26.ctrl4testng
Version 1.1
Last update 10. February 2015
Organization not specified
URL https://mfulton26.github.io/ctrl4testng/
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies slf4j-api, testng, guava,
There are maybe transitive dependencies!
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
Page 119 from 120 (items total 1191)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy