package asl
  Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
    Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Asl.ClientSource
A thread-unsafe client handle
Source
type opt = [ - | `Stderr(*- Also log to stderr *)
- | `No_delay(*- Connect immediately to the server *)
- | `No_remote(*- Disables remote-control filter adjustment *)
 ]Client options
Create a thread-unsafe client handle.
add_output_file t fd msg_fmt time_fmt level_up_to adds fd to the set of the file descriptors used by the client t. Each log message written via t will be written to fd if it has level level_up_to or above. See the ASL documentation for the meaning of msg_fmt and time_fmt strings. If successful, the function returns true and false otherwise.