1/**
2 * The WindowsEventLogLogger type writes log information to the Windows Event Log.
3 */
4
5object WindowsEventLogLogger "windowseventlog" {
6    severity = "information"
7}
8
9