dmd.errorsink
Provides an abstraction for what to do with error messages.
License
Source: errorsink.d
Documentation: https://dlang.org/phobos/dmd_errorsink.html
-
Declaration
abstract classErrorSink;Where error/warning/deprecation messages go.
-
Declaration
classErrorSinkNull: dmd.errorsink.ErrorSink;Just ignores the messages.
-
Declaration
classErrorSinkStderr: dmd.errorsink.ErrorSink;Simplest implementation, just sends messages to stderr. See also: ErrorSinkCompiler.