Property | Type | Description | |
---|---|---|---|
severities | severityType[]>.Dictionary |
Method | Description | |
---|---|---|
Appender ( pt config ) : System.Linq |
Register the appender on trace events indicated on configuration object
|
|
Dispose ( ) : void | ||
OnEntry ( Entry e ) : void | ||
OnTrace ( System.Trace t ) : void |
public Appender ( pt config ) : System.Linq | ||
config | pt | the appender configuration object |
return | System.Linq |
public abstract OnTrace ( System.Trace t ) : void | ||
t | System.Trace | |
return | void |