Giter Club home page Giter Club logo

Comments (2)

michaeltorbert avatar michaeltorbert commented on July 28, 2024

This is a new logging system that runs through the WP/PHP error log system.

https://github.com/semperfiwebdesign/all-in-one-seo-pack/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20logging

aioseop_log( 'This is a sample log entry', 'warning', 7 );

function aioseop_log ( $message = 'unknown message', $type = 'warning', $priority = 5 ){
// process the incoming data
// determine whether it's an array or a string
// what priority are we configured to log? (example: 5 and above)
}

$type could be warning, error, notice, ?...
$priority could be 1-10... and in the settings, someone could choose what priority levels they're interested in logging. For example, >10 = log only the most severe errors, >5 log severe and somewhat important warnings, >=1 = LOG ALL THE THINGS!

from all-in-one-seo-pack.

wpsmort avatar wpsmort commented on July 28, 2024

Replaced by #3003

from all-in-one-seo-pack.

Related Issues (20)

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.