Destinations

A destination is a message sink, where log is sent if filtering rules match. Similarly to sources, destinations may include several drivers which define how messages are dispatched. To declare a destination in the configuration file, you'll need a destination statement, whose syntax is as following:
	  destination <identifier> { destination-driver(params); 
	                             destination-driver(params); ... };
 
	
For detailed list of the supported drivers, see the chapter Reference.