You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//The first parameter is the thrown exception. second parameter is the level of the log.
72
-
XLog::exception($exception, 'error');
73
-
XLog::exception($e, 'emergency');
71
+
// The first parameter is the thrown exception. The second parameter specifies whether to log the trace or not. the third parameter is the level of the log. default value is `error`.
0 commit comments