stdin() Source Driver
The stdin() driver collects messages from the standard input stream.
Important Information
Status
How to Test
Configuration File Used
@version: 3.31
@include "scl.conf"
source std_inp{
stdin();
};
destination console{
file(/dev/stdout);
};
log {
source(std_inp);
destination(console);
};Proof


Last updated