BoundedSizeLogFileTraceListener Class

 

Directs tracing or debugging output to a Writer.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.Diagnostics.TraceListener
      System.Diagnostics.TextWriterTraceListener
        System.Web.Security.SingleSignOn.BoundedSizeLogFileTraceListener

Syntax

public class BoundedSizeLogFileTraceListener : TextWriterTraceListener
public ref class BoundedSizeLogFileTraceListener : TextWriterTraceListener
type BoundedSizeLogFileTraceListener = 
    class
        inherit TextWriterTraceListener
    end
Public Class BoundedSizeLogFileTraceListener
    Inherits TextWriterTraceListener

Constructors

Name Description
System_CAPS_pubmethod BoundedSizeLogFileTraceListener(String)

Initializes a new instance of the BoundedSizeLogFileTraceListener class, specifying the folder that will contain the log.

Properties

Name Description
System_CAPS_pubproperty Attributes

(Inherited from TraceListener.)

System_CAPS_pubproperty Filter

(Inherited from TraceListener.)

System_CAPS_pubproperty IndentLevel

(Inherited from TraceListener.)

System_CAPS_pubproperty IndentSize

(Inherited from TraceListener.)

System_CAPS_pubproperty IsThreadSafe

(Inherited from TraceListener.)

System_CAPS_pubproperty Name

(Inherited from TraceListener.)

System_CAPS_protproperty NeedIndent

(Inherited from TraceListener.)

System_CAPS_pubproperty TraceOutputOptions

(Inherited from TraceListener.)

System_CAPS_pubproperty Writer

(Inherited from TextWriterTraceListener.)

Methods

Name Description
System_CAPS_pubmethod Close()

(Inherited from TextWriterTraceListener.)

System_CAPS_pubmethod CreateObjRef(Type)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod Dispose()

(Inherited from TraceListener.)

System_CAPS_protmethod Dispose(Boolean)

(Inherited from TextWriterTraceListener.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod Fail(String)

(Inherited from TraceListener.)

System_CAPS_pubmethod Fail(String, String)

(Inherited from TraceListener.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod Flush()

(Inherited from TextWriterTraceListener.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethod GetSupportedAttributes()

(Inherited from TraceListener.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod TraceData(TraceEventCache, String, TraceEventType, Int32, Object)

(Inherited from TraceListener.)

System_CAPS_pubmethod TraceData(TraceEventCache, String, TraceEventType, Int32, Object[])

(Inherited from TraceListener.)

System_CAPS_pubmethod TraceEvent(TraceEventCache, String, TraceEventType, Int32)

(Inherited from TraceListener.)

System_CAPS_pubmethod TraceEvent(TraceEventCache, String, TraceEventType, Int32, String)

(Inherited from TraceListener.)

System_CAPS_pubmethod TraceEvent(TraceEventCache, String, TraceEventType, Int32, String, Object[])

(Inherited from TraceListener.)

System_CAPS_pubmethod TraceTransfer(TraceEventCache, String, Int32, String, Guid)

(Inherited from TraceListener.)

System_CAPS_pubmethod Write(Object)

(Inherited from TraceListener.)

System_CAPS_pubmethod Write(Object, String)

(Inherited from TraceListener.)

System_CAPS_pubmethod Write(String)

Writes a message to this instance's Writer.(Overrides TextWriterTraceListener.Write(String).)

System_CAPS_pubmethod Write(String, String)

(Inherited from TraceListener.)

System_CAPS_protmethod WriteIndent()

(Inherited from TraceListener.)

System_CAPS_pubmethod WriteLine(Object)

(Inherited from TraceListener.)

System_CAPS_pubmethod WriteLine(Object, String)

(Inherited from TraceListener.)

System_CAPS_pubmethod WriteLine(String)

Writes a message to this instance's Writer followed by a line terminator. The default line terminator is a carriage return followed by a line feed (\r\n).(Overrides TextWriterTraceListener.WriteLine(String).)

System_CAPS_pubmethod WriteLine(String, String)

(Inherited from TraceListener.)

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

System.Web.Security.SingleSignOn Namespace

Return to top