GithubHelp home page GithubHelp logo

lpalanisamy / logger Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oraopensource/logger

0.0 2.0 0.0 2.07 MB

Logger is used by Oracle developers to instrument their PL/SQL code

Home Page: http://www.oraopensource.com/logger/

License: MIT License

Shell 4.15% PLSQL 95.54% SQLPL 0.32%

logger's Introduction

Donate to Logger

#What is Logger?

AnalyticsLogger is a PL/SQL logging and debugging framework. The goal of logger is to be as simple as possible to install and use. The primary use cases for this utility include:

  • Debugging: It's often difficult to track down the source of an error without some form of debugging instrumentation. This is particularly true in multi-tier, stateless architectures such as Application Exp qress.
  • Error Logging: While most experts agree that it's important not to mask errors, it's also nice to have a persistent record of them.
  • Timing: Logger has a very simple timing framework built-in that makes it easy to benchmark sections of code.
  • Instrumentation: Because it's easy to "turn-off" logger globally with virtually no performance impact, it's easy to get in the habit of leaving debug calls in production code. Now, when something does go wrong, you simply flip the switch and logger is enabled making it much quicker to debug errors.

##Feedback/Issues Please submit any feedback, suggestions, or issues on the project's issue page.

##Demo

exec logger.log('hello world');

select * from logger_logs;
-- This will display all the logged logs

See the [Logger API](docs/Logger API.md) documentation for complete set of procedures.

#Documentation In order to keep this page relatively small and for ease of use, the documentation has been moved to the Logger Docs. In there you you will find the following sections:

#Download It is recommended that you download a certified release (from the releases folder). The files in the current repository are for the next release and should be considered unstable.

#Change Log The [Change Logs](docs/Change Logs.md) contain all the major updates for each release. Complete set of issues can be found on Milestones page.

#History Logger was originally created by Tyler Muth and is now maintained by OraOpenSource.

#License This project is uses the MIT license.

logger's People

Contributors

martindsouza avatar tmuth avatar alexnuijten avatar shakerlxxv avatar gilcrest avatar

Watchers

James Cloos 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.