LogContext Methods |
The LogContext type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Append |
Appends text to the log.
|
![]() ![]() | AppendLine |
Appends text to the log.
|
![]() | AppendText |
Appends the text.
|
![]() | Clear |
Clears the log
|
![]() | Close |
Closes the log.
|
![]() ![]() | CloseCurrent |
Drops the current log context.
|
![]() ![]() | CloseLog |
Closes given log context.
|
![]() | Dispose |
Disposes the object.
|
![]() | Dispose(Boolean) |
Disposes object's log.
|
![]() ![]() | EnsureLog |
Ensures the log for given GUID.
|
![]() | LogEvent |
Writes a new record to the event log.
|
![]() ![]() | LogEventToCurrent |
Writes a new record to the event log using Current context.
|
![]() ![]() | LogExists |
Returns true if the given log exists.
|
![]() | RaiseOnChanged |
Fires the onchanged event.
|
![]() | SetAllowedContexts |
Sets the list of the context names that the log context accepts. Use empty string for context which logs messages that do not provide context.
|