/** Log category identifier for application-level messages. */ export const LOG_CATEGORY_APP = 'app'; /** Log category identifier for CLI-level messages. */ export const LOG_CATEGORY_CLI = 'cli';