Ticket #35 (closed task: fixed)
add hints and documentation for using console logger
| Reported by: | mb0 | Owned by: | mb0 |
|---|---|---|---|
| Priority: | major | Milestone: | xASDT 0.0.9 Release |
| Component: | logger | Version: | 0.0.9 |
| Keywords: | Cc: |
Description (last modified by mb0) (diff)
its not obvious how it works.
simple instruction:
- link logger classes
- add import loggers.*; to your main starter class
- add Log.setLogger(SocketLogger?.LOGGER_NAME); to your static main
- to use trace select select console logger in the build item config
- add trace("Hello World") to you static main
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

