Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 2.8 KB

obtaining-logs.md

File metadata and controls

67 lines (48 loc) · 2.8 KB

Obtaining Logs

Through this guide, you will be introduced how to obtain logs which contains warning, error and general information messages.

Google Chrome

Open the console by Right Click > Inspect > Console. All the log messages will be displayed there. It's the same process for both MacOS and Windows.

image

Mozilla Firefox

Open the console by Right Click > Inspect > Console. All the log messages will be displayed there. It's the same process for both MacOS and Windows.

image

By default the Inspect Window will appear docked at the bottom side of the browser, but you can change it by clicking the 3 points on the upper-right side of the Inspect Window.

image

Opera

Open the console by Right Click > Inspect Element > Console. All the log messages will be displayed there. It's the same process for both MacOS and Windows.

image

Safari

Enable the Develop Menu using the Safari Settings

  • Safari > Settings > Advanced > Show Develop menu in menu bar

image

image

Open the console by Right Click > Inspect Element > Console. All the log messages will be displayed there.

image

By default the Inspect Window will appear docked at the bottom side of the browser, but you can change it by clicking the desired icon on the upper-left side of the Inspect Window.

image

Microsoft Edge

Open the console by Right Click > Inspect > Console. All the log messages will be displayed there.

image