Свойство | Type | Description | |
---|---|---|---|
AutoNotify | bool | ||
BugsnagApiKey | string | ||
LimitUnityLogs | bool | ||
NotifyLevel | LogSeverity | ||
RateLimitTimePeriod | TimeSpan | ||
SeverityValues | string[] | ||
UniqueLogsTimePeriod | TimeSpan |
Méthode | Description | |
---|---|---|
AddToTab ( string tabName, string attributeName, string attributeValue ) : void | ||
ClearTab ( string tabName ) : void | ||
Init ( string apiKey ) : void | ||
LeaveBreadcrumb ( string breadcrumb ) : void | ||
MapUnityLogToSeverity ( LogSeverity unitySeverity, Severity bugsnagSeverity ) : void | ||
Notify ( Exception e ) : void | ||
Notify ( Exception e, string context ) : void | ||
SetMaximumCount ( LogType unityLogType, int maxCount ) : void | ||
SetUser ( string userId, string userName, string userEmail ) : void |
Méthode | Description | |
---|---|---|
Awake ( ) : void | ||
GetLevelName ( ) : string | ||
HandleLog ( string logString, string stackTrace, LogType type ) : void | ||
NotifySafely ( string errorClass, string message, Severity severity, string context, string stackTrace, LogType type ) : void | ||
NotifySafely ( string errorClass, string message, string severity, string context, string stackTrace ) : void | ||
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
OnLevelWasLoaded ( int level ) : void | ||
SceneLoaded ( Scene, scene, LoadSceneMode mode ) : void | ||
Update ( ) : void |
public static AddToTab ( string tabName, string attributeName, string attributeValue ) : void | ||
tabName | string | |
attributeName | string | |
attributeValue | string | |
Résultat | void |
public static ClearTab ( string tabName ) : void | ||
tabName | string | |
Résultat | void |
public static LeaveBreadcrumb ( string breadcrumb ) : void | ||
breadcrumb | string | |
Résultat | void |
public static MapUnityLogToSeverity ( LogSeverity unitySeverity, Severity bugsnagSeverity ) : void | ||
unitySeverity | LogSeverity | |
bugsnagSeverity | Severity | |
Résultat | void |
public static Notify ( Exception e ) : void | ||
e | Exception | |
Résultat | void |
public static Notify ( Exception e, string context ) : void | ||
e | Exception | |
context | string | |
Résultat | void |
public static SetMaximumCount ( LogType unityLogType, int maxCount ) : void | ||
unityLogType | LogType | |
maxCount | int | |
Résultat | void |
public static SetUser ( string userId, string userName, string userEmail ) : void | ||
userId | string | |
userName | string | |
userEmail | string | |
Résultat | void |
public static TimeSpan RateLimitTimePeriod | ||
Résultat | TimeSpan |