addDefaultSystemLogger

Adds a default system logger. Where it report log events will depend on the system:

  • On Android it will go to LogCat.

  • On JVM it will go to std out.

  • On MacOS it will go to NSLog.

  • On iOS it will go to NSLog.

Return

true if the system logger was added, false if it was already present.