Version dev
This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!
module Ocsigen_messages:Writing messages in the logssig..end
val accesslog : string -> unitval errlog : string -> unitval warning : string -> unitval debug : (unit -> string) -> unitval debug2 : string -> unitval debug_noel : (unit -> string) -> unitdebug without new line at the end - Non cooperativeval debug_noel2 : string -> unitdebug without new line at the end - Non cooperativeval console : (unit -> string) -> unitval console2 : string -> unitval unexpected_exception : exn -> string -> unittry ... with ... | e -> unexpected_exception ... or Lwt.catch ...). A message will be written in warnings.log. Put something in the string to help locating the problem (usually the name of the function where is has been called).