Method | Description | |
---|---|---|
AddError ( string text ) : void | ||
AddError ( string file, int line, string text ) : void | ||
AddFatalError ( string text ) : void | ||
AddFatalError ( string file, int line, string text ) : void | ||
AddOutOfOrderCaution ( string EntryKey, string marker, int line ) : void | ||
AddSFMError ( string file, int line, string sfm, string text ) : void | ||
AddSFMError ( string sfm, string text ) : void | ||
AddSFMNoData ( string sfm ) : void | ||
AddSFMNotDefined ( string sfm ) : void | ||
AddSFMWarning ( string file, int line, string sfm, string text ) : void | ||
AddSFMWarning ( string sfm, string text ) : void | ||
AddSFMWithData ( string sfm ) : void | ||
AddUniqueHighPriorityError ( string key, string msg ) : void | ||
AddWarning ( string text ) : void | ||
AddWarning ( string file, int line, string text ) : void | ||
ClsLog ( ) : System | ||
FlushTo ( System xmlOutput ) : void |
Put the contents of the error and warning information to the passed in xml text writer.
|
|
Reset ( ) : void |
Method | Description | |
---|---|---|
FoundSFMError ( string sfm ) : void | ||
FoundSFMNotDefined ( string sfm ) : void | ||
FoundSFMWarning ( string sfm ) : void | ||
FoundSFMWithData ( string sfm ) : void | ||
FoundSFMWithoutData ( string sfm ) : void | ||
MakeSafeXML ( string text ) : string | ||
OutputDuplicateSfmWarnErrElement ( System xmlOutput ) : void | ||
OutputErrorElement ( System xmlOutput ) : void | ||
OutputOOOInfo ( System xmlOutput ) : void | ||
OutputSfmInfo ( System xmlOutput ) : void | ||
OutputWarningElement ( System xmlOutput ) : void |
public AddError ( string file, int line, string text ) : void | ||
file | string | |
line | int | |
text | string | |
return | void |
public AddFatalError ( string file, int line, string text ) : void | ||
file | string | |
line | int | |
text | string | |
return | void |
public AddOutOfOrderCaution ( string EntryKey, string marker, int line ) : void | ||
EntryKey | string | |
marker | string | |
line | int | |
return | void |
public AddSFMError ( string file, int line, string sfm, string text ) : void | ||
file | string | |
line | int | |
sfm | string | |
text | string | |
return | void |
public AddSFMError ( string sfm, string text ) : void | ||
sfm | string | |
text | string | |
return | void |
public AddSFMNotDefined ( string sfm ) : void | ||
sfm | string | |
return | void |
public AddSFMWarning ( string file, int line, string sfm, string text ) : void | ||
file | string | |
line | int | |
sfm | string | |
text | string | |
return | void |
public AddSFMWarning ( string sfm, string text ) : void | ||
sfm | string | |
text | string | |
return | void |
public AddUniqueHighPriorityError ( string key, string msg ) : void | ||
key | string | |
msg | string | |
return | void |
public AddWarning ( string file, int line, string text ) : void | ||
file | string | |
line | int | |
text | string | |
return | void |