Instance Method

log(level:module_path:message:)

In order, these three are ERROR/WARN/etc, then a citeproc_proc::db::… path of where the log was generated, and a message.

Declaration

func log(level: CRLogLevel, module_path: String, message: String)