Share via


LogLevel Property

Gets or sets a value that represents the level of detail for a log that is contained in the log level element of the IIS Transform Manager configuration.

Namespace:  Microsoft.Web.Media.TransformManager
Assembly:  Microsoft.Web.Media.TransformManager.Common (in Microsoft.Web.Media.TransformManager.Common.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property LogLevel As LogLevel
    Get
    Set
'Usage

  Dim instance As ConfigurationBase
Dim value As LogLevel

value = instance.LogLevel

instance.LogLevel = value
[DataMemberAttribute]
public LogLevel LogLevel { get; set; }
[DataMemberAttribute]
public:
property LogLevel LogLevel {
    LogLevel get ();
    void set (LogLevel value);
}
[<DataMemberAttribute>]
member LogLevel : LogLevel with get, set
  function get LogLevel () : LogLevel
function set LogLevel (value : LogLevel)

Property Value

Type: Microsoft.Web.Media.TransformManager. . :: . .LogLevel
The level of detail for a log.

Remarks

Configuration is a composite model. Job definitions contain scheduler objects and job templates. Job templates in turn contain task definitions. The logging subsystem enables the log level for an object to be set, but also lets that value be overridden by objects higher in the hierarchy. If the log level is not set at the job definition level, the value that is defined in the job template will be used. If the log level is not set in the job template, the value that is defined in the task definition is used.

See Also

Reference

ConfigurationBase Class

Microsoft.Web.Media.TransformManager Namespace