Logging

class Logging(rootLogging)

Handle Obsidian application logging.

Logging.info()

Logs an information.

Arguments:
  • ...args (*) – Stuff to log.
Logging.warn()

Logs a warning.

Arguments:
  • ...args (*) – Stuff to log.
Logging.error()

Logs an error.

Arguments:
  • ...args (*) – Stuff to log.
Logging.setApp(app)

Define the (sub)application this module will work with.

Arguments:
  • app (Application) – The application or sub-application.