CAS.UA.Server.ServerConfiguration

NamedTraceLogger Members

The NamedTraceLogger type exposes the following members.

Methods


  Name Description
Public method Close (Inherited from TraceSource.)
Public method Dispose()()()()
Implement IDisposable. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Do not make this method virtual. A derived class should not be able to override this method.
Protected method Dispose(Boolean)
Releases unmanaged and - optionally - managed resources. Dispose(bool disposing) executes in two distinct scenarios. If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. If disposing equals false, the method has been called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Flush (Inherited from TraceSource.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TraceData(System.Diagnostics.TraceEventType,System.Int32,System.Object) (Inherited from TraceSource.)
Public method TraceData(System.Diagnostics.TraceEventType,System.Int32,System.Object[]) (Inherited from TraceSource.)
Public method TraceEvent(System.Diagnostics.TraceEventType,System.Int32) (Inherited from TraceSource.)
Public method TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String) (Inherited from TraceSource.)
Public method TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[]) (Inherited from TraceSource.)
Public method TraceInformation(System.String) (Inherited from TraceSource.)
Public method TraceInformation(System.String,System.Object[]) (Inherited from TraceSource.)
Public method TraceTransfer(System.Int32,System.String,System.Guid) (Inherited from TraceSource.)

Properties


  Name Description
Public property Attributes (Inherited from TraceSource.)
Public property Listeners (Inherited from TraceSource.)
Public property Static member Logger
Gets the logger service - it is implemented as singleton and must by disposed before closing the application.
Public property Name (Inherited from TraceSource.)
Public property Switch (Inherited from TraceSource.)