globalLogger top-level property
Logger
globalLogger
final
globalLogger method to set the value of logger This logger is used to log the messages This is very useful for debugging This is a global logger
Example:
globalLogger.d("Hello World");
Implementation
final globalLogger = Logger();