mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-04-28 02:34:43 +00:00
update docs
This commit is contained in:
parent
86c9036f13
commit
961e6608d9
10
qalogger.h
10
qalogger.h
@ -31,6 +31,16 @@ namespace QuasarAppUtils {
|
||||
*
|
||||
* logger.init();
|
||||
* @endcode
|
||||
*
|
||||
*
|
||||
* Standart file log locations per platforms :
|
||||
* - Windows: %APPDATA%/OrganisationName/YourAppName/YourAppName.log
|
||||
* - Linux: $HOME/.config/OrganisationName/YourAppName/YourAppName.log
|
||||
* - Mac: $HOME/Library/Application Support/OrganisationName/YourAppName/YourAppName.log
|
||||
* - Android: /data/data/com.organisationName.yourAppName/files/YourAppName.log
|
||||
* - iOS: /var/mobile/Applications/Data/YourAppName/YourAppName.log
|
||||
*
|
||||
* you can overiwite this location by setting "fileLog" option in Params.
|
||||
*/
|
||||
class QUASARAPPSHARED_EXPORT QALogger
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user