Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

better logging #22

Open
xulman opened this issue Nov 13, 2019 · 0 comments
Open

better logging #22

xulman opened this issue Nov 13, 2019 · 0 comments

Comments

@xulman
Copy link
Member

xulman commented Nov 13, 2019

utilize this constructs:

final Logger mainLogger = logService.subLogger("CTC Exporter");
final Logger saverLog = mainLogger.subLogger("Parallel Image Server");
final Logger spotLog = mainLogger.subLogger("Spot Renderer");
saverLog.info("hi from saver");
spotLog.info("hi from spotter");
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant