StauffConsulting.Essentials.| C#: |
public class TextWriterProgressReporter :
object,
StauffConsulting.Essentials.IProgressReporter
|
| VB: |
Public Class TextWriterProgressReporter
Inherits Object
Implements StauffConsulting.Essentials.IProgressReporter
|
| Type Ancestry: | Object |
TextWriterProgressReporter |
| int |
MaxErrors |
|
| int |
MaxErrorsExitCode |
|
| bool |
Terse |
| int |
ErrorCount |
|
| int |
WarningCount |
Clear |
|
Indent |
|
Log |
|
LogError |
|
LogException |
|
LogException |
|
LogLine |
|
LogWarning |
|
Outdent |
|
OutdentAll |
| C#: |
TextWriterProgressReporter (System.IO.TextWriter tw)
|
| VB: |
Sub New(ByVal tw As System.IO.TextWriter)
|
Parameters
tw |
| C#: |
int MaxErrors;
|
| VB: |
MaxErrors As Integer
|
| C#: |
int MaxErrorsExitCode;
|
| VB: |
MaxErrorsExitCode As Integer
|
| C#: |
bool Terse;
|
| VB: |
Terse As Boolean
|
| C#: |
int ErrorCount
|
| VB: |
Property ErrorCount() As Integer
|
| C#: |
int WarningCount
|
| VB: |
Property WarningCount() As Integer
|
| C#: |
Void Clear()
|
| VB: |
Function Clear() As Void
|
| C#: |
Void Indent()
|
| VB: |
Function Indent() As Void
|
| C#: |
Void Log(string text)
|
| VB: |
Function Log(ByVal text As String) As Void
|
Parameters
text |
| C#: |
Void LogError(string descr)
|
| VB: |
Function LogError(ByVal descr As String) As Void
|
Parameters
descr |
| C#: |
Void LogException(System.Exception exc)
|
| VB: |
Function LogException(ByVal exc As System.Exception) As Void
|
Parameters
exc |
| C#: |
Void LogException(System.Exception exc,
string context)
|
| VB: |
Function LogException(ByVal exc As System.Exception, ByVal context As String) As Void
|
Parameters
exc | |
context |
| C#: |
Void LogLine(string descr)
|
| VB: |
Function LogLine(ByVal descr As String) As Void
|
Parameters
descr |
| C#: |
Void LogWarning(string descr)
|
| VB: |
Function LogWarning(ByVal descr As String) As Void
|
Parameters
descr |
| C#: |
Void Outdent()
|
| VB: |
Function Outdent() As Void
|
| C#: |
Void OutdentAll()
|
| VB: |
Function OutdentAll() As Void
|