forked from LiveCarta/PayPal-PHP-SDK
Updates to Logging
- Logging Level DEBUG introduced - Logging Level FINE deprecated to INFO - Logging Level restricted to INFO in live environments - Warning on using DEBUG in live environments - Fixes #215. Not Entirely, but one step ahead
This commit is contained in:
@@ -9,6 +9,9 @@ namespace PayPal\Core;
|
||||
class PayPalLoggingLevel
|
||||
{
|
||||
|
||||
// DEBUG Logging Level
|
||||
const DEBUG = 4;
|
||||
|
||||
// FINE Logging Level
|
||||
const FINE = 3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user