log property
final
Logger used to log concise useful information about the request. This is also available in Context so that interceptors and route handlers can also log.
Implementation
final log = Logger('J');
Logger used to log concise useful information about the request. This is also available in Context so that interceptors and route handlers can also log.
final log = Logger('J');