maidsafe-archive / safe_examples

examples showcasing various features of the SAFE Network
BSD 3-Clause "New" or "Revised" License
82 stars 50 forks source link

MAID-2239 Integrate app logs #316

Closed shankarsengalani closed 6 years ago

shankarsengalani commented 6 years ago

Integrated app logs within application.

maidsafe-highfive commented 6 years ago

r? @ustulation

(maidsafe_highfive has picked a reviewer for you, use r? to override)

safesurfer commented 6 years ago

able to access the log file by clicking file menu, 'File > Open log file' and clicking 'View Logs' in error pop ups, shows the App logs..

joshuef commented 6 years ago

Log files from menu are working on OSX 👍

@shankar2105, this might be some common case to consider for the abstraction task we just spoke about. If we have common components, we could build this once and then share that code between the implementations (as there shouldn't be anything 'custom' being passed down that's not a prop).

That's arguably out of scope for this task, but certainly something we should be considering as we have more common functionality.