mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / Settings Object / log_file Property
In This Topic
    log_file Property
    In This Topic
    Description

    The directory and file name to use for the debug log.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property log_file As String
    Remarks

    The directory and file name to use for the debug log. If empty a default log file name and location will be used. On Windows a "debug.log" file will be written in the main executable directory. Also configurable using the "log-file" command-line switch.

    Debug Log should be disabled or monitor its size on released software products.
    See Also