How can I create a "comment" Level of a log manually ? in number the level is 5. Here an image:
I did some testing myself and think I got what you are looking for.
Write-EventLog -LogName Application -EntryType "Information" -EventId 666 -Message "Events are fun" -Category 1 -Source "Application"
Source: Write-Eventlog