logging-plugin

Plugin to log Kill Bill events

License

License

Categories

Categories

Ruby Languages Logging Application Layer Libs
GroupId

GroupId

com.ning.killbill.ruby
ArtifactId

ArtifactId

logging-plugin
Last Version

Last Version

1.6.5
Release Date

Release Date

Type

Type

pom
Description

Description

logging-plugin
Plugin to log Kill Bill events
Project URL

Project URL

http://github.com/killbill/killbill-logging-plugin
Source Code Management

Source Code Management

https://github.com/killbill/killbill-logging-plugin/

Download logging-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.ning.killbill.ruby/logging-plugin/ -->
<dependency>
    <groupId>com.ning.killbill.ruby</groupId>
    <artifactId>logging-plugin</artifactId>
    <version>1.6.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ning.killbill.ruby/logging-plugin/
implementation 'com.ning.killbill.ruby:logging-plugin:1.6.5'
// https://jarcasting.com/artifacts/com.ning.killbill.ruby/logging-plugin/
implementation ("com.ning.killbill.ruby:logging-plugin:1.6.5")
'com.ning.killbill.ruby:logging-plugin:pom:1.6.5'
<dependency org="com.ning.killbill.ruby" name="logging-plugin" rev="1.6.5">
  <artifact name="logging-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ning.killbill.ruby', module='logging-plugin', version='1.6.5')
)
libraryDependencies += "com.ning.killbill.ruby" % "logging-plugin" % "1.6.5"
[com.ning.killbill.ruby/logging-plugin "1.6.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

killbill-logging-plugin

Plugin to log Kill Bill events to Syslog, IRC, emails, ...

Release builds are available on Maven Central with coordinates org.kill-bill.billing.plugin.ruby:logging-plugin.

Kill Bill compatibility

Plugin version Kill Bill version
2.x.y 0.14.z
3.x.y 0.16.z
4.x.y 0.18.z

Configuration

curl -v \
     -X POST \
     -u admin:password \
     -H 'X-Killbill-ApiKey: bob' \
     -H 'X-Killbill-ApiSecret: lazar' \
     -H 'X-Killbill-CreatedBy: admin' \
     -H 'Content-Type: text/plain' \
     -d '
syslog:
  :enabled: true
  :ident: 'klogger'
  :options: 9 # ::Syslog::LOG_PID | ::Syslog::LOG_NDELAY
  :facility: 128 # ::Syslog::LOG_LOCAL0

irc:
  :enabled: true
  :channels: ['#killbillio']
  :nick: 'klogger'
  :server: 'irc.freenode.org'
  :port: 6667
  :password: 'foo'

email:
  :to: [email protected]
  :from: [email protected]
  :enabled: true
  :address: 'smtp.gmail.com'
  :port: 587
  :domain: 'your.host.name'
  :username: 'username'
  :password: 'password'
  :authentication: 'plain'
  :enable_starttls_auto: true
' \
     http://127.0.0.1:8080/1.0/kb/tenants/uploadPluginConfig/killbill-logger
com.ning.killbill.ruby

Kill Bill

Kill Bill has been the leading open-source platform for billing and payment since 2010.

Versions

Version
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1