logHistory method

List<LogTrace> logHistory()

Implementation

List<LogTrace> logHistory() {
  return _LogHistory.instance.messages;
}