Home | History | Annotate | Download | only in src

Lines Matching refs:Logger

34 // This is only for use by the Logger class, do not use it elsewhere!
36 // All Logger assertions should use this macro instead of sat_assert().
40 // Logging from within the wrong part of the logger would trigger a deadlock,
42 // logger is in no condition to handle new log lines.
57 class Logger {
59 // Returns a pointer to the single global Logger instance. Will not return
61 static Logger *GlobalLogger();
108 Logger();
110 ~Logger();
139 DISALLOW_COPY_AND_ASSIGN(Logger);