Abstract class which can be overridden to integrate Ion logging with other logging systems...
virtual void Write(LogSeverity severity, const std::string &message)=0
const char * GetSeverityName(LogSeverity severity) const
Convenient way to map a severity-code to a printable represenation.