Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
trace : string -> ?extra:string -> string -> unit;
Send a log message, extra
may contain information to be shown in verbose mode
send_diagnostics : ofmt:Stdlib.Format.formatter ->
uri:string ->
version:int ->
Types.Diagnostic.t list ->
unit;
send_fileProgress : ofmt:Stdlib.Format.formatter ->
uri:string ->
version:int ->
Progress.Info.t list ->
unit;
}
val set : t -> unit