whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
quickbooks
/
v3-php-sdk
/
src
/
Diagnostics
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/quickbooks/v3-php-sdk/src/Diagnostics/TraceLevel.php
<?php namespace QuickBooksOnline\API\Diagnostics; /** * This file defines the trace levels. */ class TraceLevel { /** * Specifies what level of messages to output. * @var int Off */ const Off = 0; /** * Output error-handling messages. * @var int Error */ const Error = 1; /** * Output warnings and error-handling messages. * @var int Warning */ const Warning = 2; /** * Output informational messages, warnings, and error-handling messages. * @var int Info */ const Info = 3; /** * Output all debugging and tracing messages. * @var int Verbose */ const Verbose = 4; }
Copyright ©2021 || Defacer Indonesia