Return true if published timestamps are written in local time.
Synopsis
Declared in <ball_asyncfileobserver.h>
bool
isPublishInLocalTimeEnabled() const;
Description
Return true if this async file observer writes the timestamp attribute of records that it publishes in local time, and false otherwise (in which case timestamps are written in UTC time). Note that the value returned by this method also affects log filenames (see {Log Filename Patterns}).
Return Value
true if timestamps are written in local time, and false otherwise
Created with MrDocs