CLR procedure to create entries in eventlog
I created a SP in C# to write entries to the eventlog.
I works fin but I need to put the security level in External_Access.
Is there a way to do the same with permission level on save by making use of the
System.Diagnostics.EventLogPermission class or is externale_access to only possible way to use it.

