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 class
ErrorSink
;Where error/warning/deprecation messages go.
-
Declaration
class
ErrorSinkNull
: dmd.errorsink.ErrorSink;Just ignores the messages.
-
Declaration
class
ErrorSinkStderr
: dmd.errorsink.ErrorSink;Simplest implementation, just sends messages to stderr.