-
Notifications
You must be signed in to change notification settings - Fork 76
nbtool.util
philipkoch edited this page Jun 11, 2015
·
1 revision
-
Logger is used by the tool to format almost all
stdout
printing. You can control this by setting the currentloglevel
in the 'utility' pane. -
Utility is a static class (only static methods defined) which provides utility functions to the rest of the tool.
-
Prefs handles the reading and writing of all user preferences. These preferences are stored in ~/.nbtool-preferences.txt and are not part of the nbites git repository/directory. The preferences are text-editable.