LogLevelHelper Class

Provides the level of detail for a log.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Web.Media.TransformManager..::..LogLevelHelper

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

Syntax

'Declaration

  Public NotInheritable Class LogLevelHelper
'Usage

  Dim instance As LogLevelHelper
  public sealed class LogLevelHelper
  public ref class LogLevelHelper sealed
[<SealedAttribute>]
type LogLevelHelper =  class end
  public final class LogLevelHelper

The LogLevelHelper type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetLogLevel(String) Returns a value that specifies the level of detail for a log.
Public methodStatic member GetLogLevel(LogLevel) Returns the level of detail for a log.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Web.Media.TransformManager Namespace