메소드 | 설명 | |
---|---|---|
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 Warn ( |
||
span | Where in the source file this warning describes | |
format | string | The detail message |
리턴 | void |