Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The event log entry type to use when you log the exception.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property LogLevel As EventLogEntryType
public EventLogEntryType LogLevel { get; set; }
public:
property EventLogEntryType LogLevel {
EventLogEntryType get ();
void set (EventLogEntryType value);
}
member LogLevel : EventLogEntryType with get, set
function get LogLevel () : EventLogEntryType
function set LogLevel (value : EventLogEntryType)
Property Value
Type: System.Diagnostics.EventLogEntryType
One of the event log entry types.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.