LogWriter Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The LogWriter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LogWriter | Overloaded. |
Methods
Name | Description | |
---|---|---|
Dispose |
Releases the resources used by the LogWriter.
|
|
Equals | (Inherited from Object.) | |
FilterCheckingFailed |
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Performs any action to handle an error during checking.
|
|
Finalize | (Inherited from Object.) | |
FlushContextItems |
Empties the context items dictionary.
|
|
GetFilter |
Returns the filter named name.
|
|
GetFilter<T> | Overloaded. | |
GetHashCode | (Inherited from Object.) | |
GetInstrumentationEventProvider |
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Returns the object that provides instrumentation services for the LogWriter.
|
|
GetType | (Inherited from Object.) | |
IsLoggingEnabled |
Queries whether logging is enabled.
|
|
IsTracingEnabled |
Queries whether tracing is enabled.
|
|
MemberwiseClone | (Inherited from Object.) | |
SetContextItem |
Adds a key/value pair to the CallContext dictionary. Context items will be recorded with every log entry.
|
|
ShouldLog |
Queries whether a LogEntry shold be logged.
|
|
ToString | (Inherited from Object.) | |
Write |
Writes a new log entry as defined in the LogEntry parameter.
|
Fields
Name | Description | |
---|---|---|
LogWriterFailureEventID |
EventID used on LogEntries that occur when internal LogWriter mechanisms fail.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Logging Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |