log constant
Spec<LogRequest, LogResponse>
const log
Log creates a new activity log entry for a device. Used for session tracking and security auditing.
Implementation
static const log = connect.Spec(
'/$name/Log',
connect.StreamType.unary,
devicev1device.LogRequest.new,
devicev1device.LogResponse.new,
);