Overview
  • Namespace
  • Class

Namespaces

  • PayPal
    • Api
    • Auth
    • Cache
    • Common
    • Converter
    • Core
    • Exception
    • Handler
    • Log
    • Rest
    • Security
    • Transport
    • Validation

Classes

  • PayPalConfigManager
  • PayPalConstants
  • PayPalCredentialManager
  • PayPalHttpConfig
  • PayPalHttpConnection
  • PayPalLoggingManager

Class PayPalLoggingManager

Simple Logging Manager. This does an error_log for now Potential frameworks to use are PEAR logger, log4php from Apache

Namespace: PayPal\Core
Located at PayPal/Core/PayPalLoggingManager.php

Methods summary

public static
# getInstance( string $loggerName = __CLASS__ )

Returns the singleton object

Returns the singleton object

Parameters

$loggerName

Returns


$this
public
# error( string $message )

Log Error

Log Error

Parameters

$message
public
# warning( string $message )

Log Warning

Log Warning

Parameters

$message
public
# info( string $message )

Log Info

Log Info

Parameters

$message
public
# fine( string $message )

Log Fine

Log Fine

Parameters

$message
public
# debug( string $message )

Log Debug

Log Debug

Parameters

$message
API documentation generated by ApiGen