[This is preliminary documentation and is subject to change.]
Determines how much logging in this instance may be present.
| C# | Visual Basic | Visual C++ |
public void SetNumberOfLines( uint maximumNumberOfLines, uint keepNumberOfLines )
Public Sub SetNumberOfLines ( _ maximumNumberOfLines As UInteger, _ keepNumberOfLines As UInteger _ )
public: void SetNumberOfLines( unsigned int maximumNumberOfLines, unsigned int keepNumberOfLines )
- maximumNumberOfLines (UInt32)
- Maximum number of lines displayed in this instance before before the oldest lines will be removed.
- keepNumberOfLines (UInt32)
- Number of newest lines that will be kept when the oldest lines are removed.