package ocsigenserver

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ocsigen_messagesSource

Writing messages in the logs

Sourceval access_sect : Lwt_log_core.section

use Lwt_log.Section.set_level in order to debug

Sourceval accesslog : string -> unit

Write a message in access.log

Sourceval errlog : ?section:Lwt_log.section -> string -> unit

Write a message in errors.log

Sourceval warning : ?section:Lwt_log.section -> string -> unit

Write a message in warnings.log

Sourceval console : (unit -> string) -> unit

Write a message in the console (if not called in silent mode)

Sourceval unexpected_exception : exn -> string -> unit

Use that function for all impossible cases in exception handlers (try ... 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).

Sourceval error_log_path : unit -> string

Path to the error log file

OCaml

Innovation. Community. Security.