OSYSTEM: Expose getDefaultLogFileName() via OSystem
This commit is contained in:
parent
59aa697111
commit
8b2f953f62
2 changed files with 8 additions and 1 deletions
|
@ -158,7 +158,6 @@ protected:
|
|||
virtual AudioCDManager *createAudioCDManager();
|
||||
|
||||
// Logging
|
||||
virtual Common::String getDefaultLogFileName() { return Common::String(); }
|
||||
virtual Common::WriteStream *createLogFile();
|
||||
Backends::Log::Log *_logger;
|
||||
|
||||
|
|
|
@ -1650,6 +1650,14 @@ public:
|
|||
*/
|
||||
virtual Common::String getDefaultConfigFileName();
|
||||
|
||||
/**
|
||||
* Get the default file name (or even path) where the scummvm.log
|
||||
* will be saved.
|
||||
*
|
||||
* Note that not all ports can use this.
|
||||
*/
|
||||
virtual Common::String getDefaultLogFileName() { return Common::String(); }
|
||||
|
||||
/**
|
||||
* Register the default values for the settings the backend uses into the
|
||||
* configuration manager.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue