Giter VIP home page Giter VIP logo

syslog4j's People

Contributors

11xor6 avatar dantran avatar hgschmie avatar j3rem1e avatar rexhoffman avatar stevenschlansker avatar xipki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

syslog4j's Issues

Protocol unix_syslog no longer works

When local process id was added, it altered the signature of a method that was overridden by the various AbstractSyslog subclasses. This ends up routing the messages to a NO-OP instead of sending them. The subclasses need to be refactored to the new signature.

If @OverRide annotations had been present, this would have been caught by a compile-time error when the local proc id change was made.

unit test fail on windows

here is the test log

Tests in error:
testSendReceive(com.nesscomputing.syslog4j.test.net.MultipleSyslog4jTest): Syslog protocol "tcp" not defined; call Syslogger.createSyslogInstance(protocol,config) first or use one of the following i
nstances: maxqueuesizetest
testUnixSyslog(com.nesscomputing.syslog4j.test.unix.socket.UnixSocketSyslogTest): Syslog protocol "unix_socket" not defined; call Syslogger.createSyslogInstance(protocol,config) first or use one of
the following instances: udp split tcp
testUnixSyslog(com.nesscomputing.syslog4j.test.unix.UnixSyslogTest): Syslog protocol "unix_syslog" not defined; call Syslogger.createSyslogInstance(protocol,config) first or use one of the following
instances: udp split tcp

Tests run: 106, Failures: 0, Errors: 3, Skipped: 1

Missing Facilitiy Values in SyslogFacility Enumeration

The SyslogFacility enumeration class is missing values 12, 13, 14, and 15. According to the standard Syslog format RFC 5424, these values correspond to:

12 NTP subsystem
13 log audit
14 log alert
15 clock daemon (note 2)

Maintenance

Is this repository still active and is the code still being used for production systems?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.