1. ALog

Admin's Log, producing a summary of what YaST did to the system

1.1. Authors

  • Martin Vidner <mvidner@suse.cz>

1.2. Summary of Module Globals

List of Global Functions

  • CommitPopup - Prompt the user for a message to describe the changes that she did using YaST, logs it using @ref Note

  • Item - Log a change to the system from the system point of view. msg should include the file being changed, and what changes are made (TODO: with all detail? or summary?) Example "/etc/ntp.conf: added 'server ntp.example.org'"

  • Note - Log a change to the system from the human point of view. (It will appear slightly differently in the log) Example "get proper time from the corporate time server as requested in ticket bofh#327"

List of Global Variables

    1.3. Global Functions

    1.3.1. CommitPopup

    Prompt the user for a message to describe the changes that she did using YaST, logs it using @ref Note

    Return value

    • void

    1.3.2. Item

    Log a change to the system from the system point of view. msg should include the file being changed, and what changes are made (TODO: with all detail? or summary?) Example "/etc/ntp.conf: added 'server ntp.example.org'"

    Function parameters

    • string msg

    Return value

    • void

    1.3.3. Note

    Log a change to the system from the human point of view. (It will appear slightly differently in the log) Example "get proper time from the corporate time server as requested in ticket bofh#327"

    Function parameters

    • string msg

    Return value

    • void

    1.4. Global Variables

    1.5. Module Requirements

    1.5.1. Module Imports

    • Label

    1.5.2. Module Includes