Ion
|
#include <string>
Go to the source code of this file.
Classes | |
class | ion::port::LogEntryWriter |
Abstract class which can be overridden to integrate Ion logging with other logging systems. More... | |
Namespaces | |
ion | |
Copyright 2016 Google Inc. | |
ion::port | |
Enumerations | |
enum | ion::port::LogSeverity { ion::port::INFO, ion::port::WARNING, ion::port::ERROR, ion::port::FATAL, ion::port::DFATAL } |
Functions | |
ION_API LogEntryWriter * | ion::port::CreateDefaultLogEntryWriter () |
Instantiate a new LogEntryWriter of the default type for the current platform... More... | |