1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00
osu-lazer/osu.Game/IO
Dean Herbert 27ef7fc78e Add log output for custom storage usage
Sometimes I am not sure where my osu! is reading files from. This should
help somewhat.

```csharp
/Users/dean/Projects/osu/osu.Desktop/bin/Debug/net6.0/osu!
[runtime] 2022-07-13 07:22:03 [verbose]: Starting legacy IPC provider...
[runtime] 2022-07-13 07:22:03 [verbose]: Attempting to use custom storage location /Users/dean/Games/osu-lazer-2
[runtime] 2022-07-13 07:22:03 [verbose]: Storage successfully changed to /Users/dean/Games/osu-lazer-2.
[runtime] 2022-07-13 07:22:05 [verbose]: GL Initialized
```
2022-07-13 16:22:51 +09:00
..
Archives Automated #nullable processing 2022-06-17 16:37:17 +09:00
FileAbstraction Automated #nullable processing 2022-06-17 16:37:17 +09:00
Legacy Automated #nullable processing 2022-06-17 16:37:17 +09:00
Serialization Automated #nullable processing 2022-06-17 16:37:17 +09:00
FileInfo.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IFileInfo.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IStorageResourceProvider.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
LineBufferedReader.cs Fix crash on mobile releases when attempting to read any file 2022-07-09 06:01:22 +09:00
MigratableStorage.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuStorage.cs Add log output for custom storage usage 2022-07-13 16:22:51 +09:00
StableStorage.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
WrappedStorage.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00