Main Panel: Logging

Description

The logging module for SMS Mapper. The logging module provides various levels of information. This panel may be ignored unless problems are experienced.

../_images/mapper_panel_logging.jpg

The Logging Panel.

Panel Components

Button: Toggle System Console

Toggles the Blender System Console window where information is printed.

Checkbox: Classes

Toggles python Class information. Developer level.

Checkbox: Functions

Toggles python function information. Developer level.

Checkbox: Time

Toggles the operator (class) takes to completion. User level.

Checkbox: Info

Toggles the user information. User level.

Checkbox: Debug

Toggles debug information. User level. Very chatty.

Usage

Troubleshooting a problem

  1. Click on Toggle System Console

  2. Check the relevant checboxes on level of information you want to receive.

  3. Do something within the SMS Mapper Addon.

  4. Information on the current running task will be printed to the console.

../_images/m_how_to_logging.gif

The Logging module in use.