Structured Logging for nvim, using Lua
Modules
structlog.formatters.format | Format entries using a string format. |
structlog.formatters.format_colorizer | Format and Colorize log entries. |
structlog.formatters | Entry point for loading formatters. |
structlog.formatters.key_value | Format log entries as key=value. |
structlog | Entry point for loading structlog modules. |
structlog.level | Log levels definitions. |
structlog.logger | The logger package. |
structlog.pipeline | Route user logs through a chain of transformations |
structlog.processors | Entry point for loading processors. |
structlog.processors.stack_writer | Read the stack trace and provide additional log entries. |
structlog.processors.timestamper | Add a formatted 'timestamp' entry to the log entries. |
structlog.sinks.adapter | Convenience class for writing a log entry to a custom sink |
structlog.sinks.console | Write log entries to nvim's console. |
structlog.sinks.file | Write log entries to a file. |
structlog.sinks | Entry point for loading sinks. |
structlog.sinks.plugins.nvim_notify | nvim-notify sink adapter |
structlog.sinks.rotating_file | Write log entries to a rotating file. |
Topics
README.md |