Laravel 8 logger() {#collection-method}

2021-07-19 10:39 更新

logger 函數(shù)可以被用于將 debug 級別的消息寫入 log:
The logger function can be used to write a debug level message to the log:

logger('Debug message');

可以將上下文數(shù)據(jù)數(shù)組傳遞給此函數(shù):

logger('User has logged in.', ['id' => $user->id]); 

如果不帶參數(shù)調(diào)用此函數(shù),它將返回 logger 實例:

logger()->error('You are not allowed here.'); 


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號