package gammu
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Gammu.Debug
val global : infoGlobal debug settings.
val set_global : info -> bool -> unitset_global di enables the use of the global debugging configuration for di. Has no effect on the global debug configuration itself.
val set_output : info -> out_channel -> unitset_debug_output di channel sets output channel of di to channel.
val set_level : info -> string -> unitset_debug_level di level sets debug level on di according to level.
level must be one of :
- nothing - no debugging output
- text - transmission dump in text format
- textall - all possible info in text format
- textalldate - all possible info in text format, with time stamp
- errors - errors in text format
- errorsdate - errors in text format, with time stamp
- binary - transmission dump in binary format