# LogManager

Log manager instance, which can be accessed through the wx.getLogManager Get.

# method

# LogManager.debug()

write debug journal

# LogManager.info()

write info journal

# LogManager.log()

write log journal

# LogManager.warn()

write warn journal

# Instructions

A maximum of 5M log content is saved, after which the old log content will be deleted.
forMini Program, users can use the button Component open-type="feedback" To upload the printout.
forMini games, users can use the wx.createFeedbackButton To create a on to upload the printed log.
Developers can view the relevant print logs through the Mini Program management menu on the left side of the background "feedback management" page.

The base library will default to AppPage Life cycle function and wx Namespace writes to the log.