実装方法を選んでください。
C
C#
Remarks
Logging Categories
Values
EOS_ELogCategory
Enumerated Value |
Meaning |
---|---|
EOS_LC_Core |
Low level logs unrelated to specific services |
EOS_LC_Auth |
Logs related to the Auth service |
EOS_LC_Friends |
Logs related to the Friends service |
EOS_LC_Presence |
Logs related to the Presence service |
EOS_LC_UserInfo |
Logs related to the UserInfo service |
EOS_LC_HttpSerialization |
Logs related to HTTP serialization |
EOS_LC_Ecom |
Logs related to the Ecommerce service |
EOS_LC_P2P |
Logs related to the P2P service |
EOS_LC_Sessions |
Logs related to the Sessions service |
EOS_LC_RateLimiter |
Logs related to rate limiting |
EOS_LC_PlayerDataStorage |
Logs related to the PlayerDataStorage service |
EOS_LC_Analytics |
Logs related to sdk analytics |
EOS_LC_Messaging |
Logs related to the messaging service |
EOS_LC_Connect |
Logs related to the Connect service |
EOS_LC_Overlay |
Logs related to the Overlay |
EOS_LC_Achievements |
Logs related to the Achievements service |
EOS_LC_Stats |
Logs related to the Stats service |
EOS_LC_UI |
Logs related to the UI service |
EOS_LC_Lobby |
Logs related to the lobby service |
EOS_LC_Leaderboards |
Logs related to the Leaderboards service |
EOS_LC_Keychain |
Logs related to an internal Keychain feature that the authentication interfaces use |
EOS_LC_IdentityProvider |
Logs related to external identity providers |
EOS_LC_TitleStorage |
Logs related to Title Storage |
EOS_LC_Mods |
Logs related to the Mods service |
EOS_LC_AntiCheat |
Logs related to the Anti-Cheat service |
EOS_LC_Reports |
Logs related to reports client. |
EOS_LC_Sanctions |
Logs related to the Sanctions service |
EOS_LC_ProgressionSnapshots |
Logs related to the Progression Snapshot service |
EOS_LC_KWS |
Logs related to the Kids Web Services integration |
EOS_LC_RTC |
Logs related to the RTC API |
EOS_LC_RTCAdmin |
Logs related to the RTC Admin API |
EOS_LC_ALL_CATEGORIES |
Not a real log category. Used by EOS_Logging_SetLogLevel to set the log level for all categories at the same time |
Related API Members
Remarks
Logging Categories
Values
Logging.LogCategory
Enumerated Value |
Meaning |
---|---|
Core |
Low level logs unrelated to specific services |
Auth |
Logs related to the Auth service |
Friends |
Logs related to the Friends service |
Presence |
Logs related to the Presence service |
UserInfo |
Logs related to the UserInfo service |
HttpSerialization |
Logs related to HTTP serialization |
Ecom |
Logs related to the Ecommerce service |
P2P |
Logs related to the P2P service |
Sessions |
Logs related to the Sessions service |
RateLimiter |
Logs related to rate limiting |
PlayerDataStorage |
Logs related to the PlayerDataStorage service |
Analytics |
Logs related to sdk analytics |
Messaging |
Logs related to the messaging service |
Connect |
Logs related to the Connect service |
Overlay |
Logs related to the Overlay |
Achievements |
Logs related to the Achievements service |
Stats |
Logs related to the Stats service |
Ui |
Logs related to the UI service |
Lobby |
Logs related to the lobby service |
Leaderboards |
Logs related to the Leaderboards service |
Keychain |
Logs related to an internal Keychain feature that the authentication interfaces use |
IdentityProvider |
Logs related to external identity providers |
TitleStorage |
Logs related to Title Storage |
Mods |
Logs related to the Mods service |
AntiCheat |
Logs related to the Anti-Cheat service |
Reports |
Logs related to reports client. |
Sanctions |
Logs related to the Sanctions service |
ProgressionSnapshots |
Logs related to the Progression Snapshot service |
Kws |
Logs related to the Kids Web Services integration |
Rtc |
Logs related to the RTC API |
RTCAdmin |
Logs related to the RTC Admin API |
AllCategories |
Not a real log category. Used by EOS_Logging_SetLogLevel to set the log level for all categories at the same time |