ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Verbose

by Starli0n ALL

Sublime Text plugin which logs messages in Console when activated

Details

Installs

  • Total 380
  • Win 199
  • Mac 110
  • Linux 71
Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Verbose

Sublime Text plugin which logs messages in Console when activated

Description

Verbose is used by other plugins to write log messages. When it is activated, it enables plugins to log verbose messages, especially useful in development step, for debugging.

It enables also to show or hide Commands and Input in the Console.

Package Installation

Bring up a command line in the Packages/ folder of your Sublime user folder, and execute the following:

git clone https://github.com/Starli0n/verbose.git Verbose

Menu Setting

Add entries Menu in View:

  • Log Verbose show or hide verbose logs in Console
  • Log Commands show or hide Commands in Console
  • Log Input show or hide Input in Console

Usage

  • Log a simple message

sublime.run_command(“verbose”, {“log”: “Hello World”})

  • Log a message prefixed by the name of the plugin

sublime.run_command(“verbose”, {“plugin_name”: PluginName, “log”: “Hello World”})

Version

  • v1.0

First Release