//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //------------------------------------------------------------------------------ namespace System.Web.Configuration { public enum ProcessModelLogLevel { None = 0, All = 1, Errors = 2, } }