Creates a Logger instance configured with metadata from the ctx.
ctx
static Logger withContext(Context ctx) { return Logger(<String, String>{'requestId': ctx.requestId}); }