From the Command Line
Events can be logged from the command-line using the Seq command-line client, seqcli
.
seqcli log -m 'Hello, {Name}!' -p Name=World
The command-line client can be used to send individual events, or to ingest log files/application output.
See the Command-line Client documentation for full usage instructions and additional features.
Updated about 6 years ago