PsychiatryNLPKit.config.configure_logging

PsychiatryNLPKit.config.configure_logging(level=20, format_string='%(asctime)s - %(name)s - %(levelname)s - %(message)s')[source]

Set up the root logger for PsychiatryNLPKit.

Call this early in your application to enable package-wide logging. The logger uses propagate=False so messages won’t bubble to Python’s root logger. Duplicate handlers are guarded against, so calling this multiple times is safe.