Commit Graph

5 Commits

Author SHA1 Message Date
Jay Patel
69886a0741 First pass on implementing PSR logger interface
- Created a separate PayPalLogger as default implementation.
- Enabled `log.Adapter` as a configuration to pass name of custom
  logger.
2016-04-06 14:10:54 -05:00
Jay
879de440d1 Removing the default timezone setting
- It causes the process timezone to change for entire application
- Timezone should be set by the application using the SDK.
2015-09-22 14:55:06 -05:00
Jay Patel
ddefd1d633 Fixing Logging Manager to skip if mode not set 2015-06-01 13:44:24 -05:00
japatel
217a54f0a6 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
2015-02-04 15:52:34 -06:00
japatel
9c0827643b Renaming Namespaces and Organizing Classes
- Updated OpenId classes to be in API namespace
- Updated PP Naming Convention to PayPal Naming Convention
- FormatConverter Class got its own namespace
- Handlers are grouped in Handler namespace
- Samples and Tests Updated Accordingly
2014-12-18 14:16:41 -06:00