Git Product home page Git Product logo

wlogger's Introduction

Goal of WLogger

Create a messaging system that meets the following requirements:

  1. There can only be one instance of an object that processes messages per application โ€“ all messages must be sent to a singular processor.
  2. The message processor should have the ability to filter messages based on object type and at least one other filtering mechanism.
  3. There needs to be ability for many objects to send a message
  4. There needs to be an ability for any object to receive a message.
  5. A message must minimally contain a string message.
  6. A message must be able to optionally contain an object payload.
  7. Implement a basic message that contains a string message
  8. Implement an error message that contains an error level of high medium or low
  9. Implement a timestamped message that can report what time the message was created
  10. Implement a message with a payload of an object.
  11. Implement a message sender
  12. Implement a message receiver that can write received messages to disk
  13. Implement a message reciever that only writes error messages that are of level high.
  14. Use at least 3 design patterns of the following five:Singleton Design Pattern, Chain of Responsibility, Observer pattern, Decorator pattern, and Builder pattern.

wlogger's People

Contributors

neemanejad avatar

Watchers

 avatar  avatar  avatar

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.