Base Logger
Singleton logging object. Call setLogPlatform() so that the Logger can work best for specified environment. It only needs to be called once. It defaults to SimpleLogger which works on Java and Android environments, but has reduced functionality. If on Android, you will see "Failed to create VMSDK-Logs directory" in the console. This is normal because it defaults to SimpleLogger. After you set log platform to Android, you should see "Created new log file successfully".
Functions
Link copied to clipboard
Deletes a log file from the log folder
Link copied to clipboard
Link copied to clipboard
Logs a message at the given level, as long as the current log level for the instance is equal or greater than the level
Link copied to clipboard
Convenience method for logging verbose messages This method does nothing in Release builds
Link copied to clipboard
Set the log level of the logging singleton
Link copied to clipboard