Method | Description | |
---|---|---|
Logger ( Action |
Constructor. Takes the delegates for the various logging operations as input.
|
|
ThrowTerminatingError ( |
Throws a terminating error.
|
|
WriteDebug ( string text ) : void |
Writes debug message.
|
|
WriteVerbose ( string text ) : void |
Writes verbose message.
|
|
WriteWarning ( string text ) : void |
Writes warning message.
|
public Logger ( Action |
||
writeWarning | Action |
Delegate to write warnings |
writeDebug | Action |
Delegate to write debug messages |
writeVerbose | Action |
Delegate to write verbose messages |
throwTerminatingError | Action |
Delegate to throw terminating errors |
return | System |
public ThrowTerminatingError ( |
||
errorRecord | ||
return | void |