Create a file observer that logs to stdout by default.
Declared in <ball_fileobserver.h>
FileObserver();
Create a file observer that publishes log records to stdout if their severity is at least as severe as Severity::e_WARN, and has file logging initially disabled. Note that isPublishInLocalTimeEnabled returns false following construction indicating that the timestamp attribute of published records will be written in UTC time (see enablePublishInLocalTime). Also note that independent default record formats are in effect for stdout and file logging (see setLogFormat).