Modify ↓
#8912 closed defect (fixed)
env.log.info() doesn't available in global scope
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | normal | Milestone: | not applicable |
| Component: | general | Version: | |
| Severity: | trivial | Keywords: | documentation |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Instructions at TracDev/PluginDevelopment#Debugging recommend to use env.log.info() for debugging plugins, but env.log is not available in global scope. Am I missing something?
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
| Keywords: | documentation added |
|---|---|
| Milestone: | → not applicable |
| Owner: | set to |
| Severity: | normal → trivial |
| Status: | new → assigned |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed in TracDev/PluginDevelopment@28#Debugging.
comment:3 by , 16 years ago
btw, is it possible to get default or current environment from any place in the code?
Note:
See TracTickets
for help on using tickets.



This was simply poorly formulated, I'll fix that.