C# Class System.Net.GlobalLog

Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
AddToArray void
AppDomainUnloadEvent void
Assert void
Assert void
Assert void
ConnectionMonitor void
DebugAddRequest void
DebugRemoveRequest void
DebugUpdateRequest void
Dump void
Dump void
Dump void
Dump void
DumpArray void
Enter void
Enter void
GetSwitchValue bool
Ignore void
InitConnectionMonitor void
Leave void
Leave void
Leave void
Leave void
LeaveException void
LoggingInitialize BaseLoggingObject
Print void
PrintHex void
SetThreadKind IDisposable
SetThreadSource void
ThreadContract void
ThreadContract void

Private Methods

Method Description
AddToArray ( string msg ) : void
AppDomainUnloadEvent ( object sender, EventArgs e ) : void
Assert ( bool condition, string messageFormat ) : void
Assert ( string message ) : void
Assert ( string message, string detailMessage ) : void
ConnectionMonitor ( ) : void
DebugAddRequest ( HttpWebRequest request, Connection connection, int flags ) : void
DebugRemoveRequest ( HttpWebRequest request ) : void
DebugUpdateRequest ( HttpWebRequest request, Connection connection, int flags ) : void
Dump ( IntPtr buffer, int offset, int length ) : void
Dump ( byte buffer ) : void
Dump ( byte buffer, int length ) : void
Dump ( byte buffer, int offset, int length ) : void
DumpArray ( ) : void
Enter ( string func ) : void
Enter ( string func, string parms ) : void
GetSwitchValue ( string switchName, string switchDescription, bool defaultValue ) : bool
Ignore ( object msg ) : void
InitConnectionMonitor ( ) : void
Leave ( string func ) : void
Leave ( string func, bool returnval ) : void
Leave ( string func, int returnval ) : void
Leave ( string func, string result ) : void
LeaveException ( string func, Exception exception ) : void
LoggingInitialize ( ) : BaseLoggingObject
Print ( string msg ) : void
PrintHex ( string msg, object value ) : void
SetThreadKind ( ThreadKinds kind ) : IDisposable
SetThreadSource ( ThreadKinds source ) : void
ThreadContract ( ThreadKinds kind, ThreadKinds allowedSources, string errorMsg ) : void
ThreadContract ( ThreadKinds kind, string errorMsg ) : void