[This is preliminary documentation and is subject to change.]
Namespace: PhoenixAssembly: Phoenix (in Phoenix.dll) Version: 0.7.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public static class Journal
Public NotInheritable Class Journal
public ref class Journal abstract sealed
Members
| All Members | Fields | Methods | Events |
| Member | Description | |
|---|---|---|
| Clear()()() |
Clears history for current thread.
| |
| ClearAll()()() |
Clears history for all threads.
| |
| Contains(String) |
Returns whether journal contains specified text or not. Test is not case sensitive.
| |
| Contains(array<String>[]()[]) |
Returns whether journal contains specified text or not. Test is not case sensitive.
| |
| Contains(Boolean, String) |
Returns whether journal contains specified text or not.
| |
| Contains(Boolean, array<String>[]()[]) |
Returns whether journal contains specified text or not.
| |
| EntryAdded |
Raised when new entry from server is added to journal.
| |
| Find(String) | ||
| Find(array<String>[]()[]) | ||
| Find(Boolean, String) | ||
| Find(Boolean, array<String>[]()[]) | ||
| GetLine(Int32) | ||
| GetLineText(Int32) | ||
| MaxLenght |
Maximum number of lines in thread journal.
| |
| SetLine(Int32, JournalEntry) | ||
| SetLineText(Int32, String) | ||
| WaitForText(array<String>[]()[]) | ||
| WaitForText(Boolean, array<String>[]()[]) | ||
| WaitForText(Boolean, Int32, array<String>[]()[]) |
Waits until one of requested strings does not appear in journal.
|