Skip to content

Instantly share code, notes, and snippets.

@nitaking
Last active February 8, 2018 03:11
Show Gist options
  • Save nitaking/db66c2a6adfe4ef029103557b0057573 to your computer and use it in GitHub Desktop.
Save nitaking/db66c2a6adfe4ef029103557b0057573 to your computer and use it in GitHub Desktop.
...
function getMethodName(){
$data = 200;
logger(__method__ ,compact('data'));
}
...
// [2018-02-08 12:03:37] local.DEBUG: App\Libs\CartsUtil::getMethodName {"data":200}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment