Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
org.dartlang.vm.service.logging.Logging Class Reference

Static Public Member Functions

static Logger getLogger ()
 
static void setLogger (Logger logger)
 

Detailed Description

Logging provides a global instance of Logger.

Definition at line 19 of file Logging.java.

Member Function Documentation

◆ getLogger()

static Logger org.dartlang.vm.service.logging.Logging.getLogger ( )
inlinestatic

Definition at line 23 of file Logging.java.

23 {
24 return logger;
25 }

◆ setLogger()

static void org.dartlang.vm.service.logging.Logging.setLogger ( Logger  logger)
inlinestatic

Definition at line 27 of file Logging.java.

27 {
28 Logging.logger = logger == null ? Logger.NULL : logger;
29 }

The documentation for this class was generated from the following file: