[This is preliminary documentation and is subject to change.]
The SlimLogReader type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| SlimLogReader | Initializes a new instance of the SlimLogReader class |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| read | (Inherited from LogReader.) | |
| ReadFromAround |
Returns the lazy enumerable that fetches data from the point in time, optionally including time stamps
(Inherited from LogReader.) | |
| ReadFromStart |
Returns the lazy enumerable that fetches data from the very log start, optionally including time stamps
(Inherited from LogReader.) | |
| seekForTimeStamp | (Inherited from LogReader.) | |
Returns a string that represents the current object. (Inherited from |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| Stream |
Returns the underlying stream
(Inherited from LogReader.) |
See Also