Метод | Описание | |
---|---|---|
DetailLogger ( ) : System.Collections.Generic | ||
Error ( |
Adds an error message to this logger. Error messages prevent subsequent steps from executing. For example, if the lexing stage produces errors, the parsing stage will not occur, and the compilation fails.
|
|
Print ( |
||
Warn ( |
Adds a warning message to this logger.
|
public DetailLogger ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public Error ( |
||
span | Where in the source file this error describes | |
format | string | The detail message |
Результат | void |
public Print ( |
||
writer | ||
Результат | void |
public Warn ( |
||
span | Where in the source file this warning describes | |
format | string | The detail message |
Результат | void |