Debug.Log Extensions
Documentation (1.1.9)
Debug Member List

This is the complete list of members for Debug, including all inherited members.

Assert(bool condition, int channel, Object context=null)Debugstatic
Assert(bool condition, int channel1, int channel2, Object context=null)Debugstatic
Assert(bool condition, Object context=null)Debugstatic
Assert(bool condition, object message, Object context=null)Debugstatic
Assert(bool condition, int channel, object message, Object context=null)Debugstatic
Assert(bool condition, int channel1, int channel2, object message, Object context=null)Debugstatic
Assert(Expression< Func< bool >> condition, [NotNull]Expression< Action > contextMethod)Debugstatic
Assert(bool condition, string message, [NotNull]Expression< Action > methodContext)Debugstatic
Assert(bool condition, [NotNull]Expression< Action > methodContext)Debugstatic
Assert([CanBeNull]object expectedValue, [NotNull]Expression< Func< object >> classMember)Debugstatic
Assert([NotNull]Expression< Func< object >> classMember, [CanBeNull]Object context=null)Debugstatic
AssertWarning(bool condition, Object context=null)Debugstatic
AssertWarning(bool condition, object message, Object context=null)Debugstatic
Break()Debugstatic
CancelDisplayButton([NotNull]Expression< Action > onClicked)Debugstatic
CancelDisplayButton([NotNull]string label)Debugstatic
CancelDisplayOnScreen([NotNull]Expression< Func< object >> classMember)Debugstatic
CancelDisplayOnScreen([NotNull]MemberInfo classMember)Debugstatic
CancelLogChanges(Expression< Func< object >> classMember)Debugstatic
CancelLogChanges([NotNull]MemberInfo classMember)Debugstatic
CancelShowFps()Debugstatic
ClearDeveloperConsole()Debugstatic
ClearDisplayedOnScreen()Debugstatic
ClearEditorConsole()Debugstatic
ClearLogFile(string path=null, bool backupExisting=true)Debugstatic
ClearTrackedValues()Debugstatic
developerConsoleVisibleDebugstatic
DisableChannel([NotNull]string channel)Debugstatic
DisplayButton([NotNull]Expression< Action > onClicked)Debugstatic
DisplayButton(string label, [NotNull]Action onClicked)Debugstatic
DisplayOnScreen([NotNull]Expression< Func< object >> classMember)Debugstatic
DisplayOnScreen([CanBeNull]object memberOwner, [NotNull]MemberInfo classMember)Debugstatic
DrawLine(Vector3 start, Vector3 end)Debugstatic
DrawLine(Vector3 start, Vector3 end, Color color, float duration=0f, bool depthTest=true)Debugstatic
DrawRay(Vector3 start, Vector3 dir)Debugstatic
DrawRay(Vector3 start, Vector3 dir, Color color, float duration=0f, bool depthTest=true)Debugstatic
EnableChannel([NotNull]string channel)Debugstatic
Ensure(bool condition, Object context=null)Debugstatic
Ensure(bool condition, int channel, Object context=null)Debugstatic
Ensure(bool condition, int channel1, int channel2, Object context=null)Debugstatic
Ensure(bool condition, string message, Object context=null)Debugstatic
Ensure(bool condition, int channel, string message, Object context=null)Debugstatic
FinishAllStopwatches()Debugstatic
FinishStopwatch()Debugstatic
FinishStopwatch([NotNull]string name)Debugstatic
FinishSubStopwatch()Debugstatic
FinishSubStopwatch([NotNull]string parentName)Debugstatic
FinishSubStopwatch([NotNull]string parentName, [NotNull]string name)Debugstatic
Guard(bool condition, Object context=null)Debugstatic
Guard(bool condition, int channel, Object context=null)Debugstatic
Guard(bool condition, int channel1, int channel2, Object context=null)Debugstatic
Guard(bool condition, string message, Object context=null)Debugstatic
Guard(bool condition, int channel, string message, Object context=null)Debugstatic
Guard(bool condition, int channel, params string[] messageParts)Debugstatic
Guard(bool condition, params string[] messageParts)Debugstatic
Guard(bool condition, [NotNull]Expression< Func< object >> classMember, Object context=null)Debugstatic
Guard(bool condition, int channel, [NotNull]Expression< Func< object >> classMember, Object context=null)Debugstatic
Guard(bool condition, [NotNull]Expression< Action > methodContext)Debugstatic
Guard< TException >(bool condition, params object[] exceptionArguments)Debugstatic
isDebugBuildDebugstatic
Log([CanBeNull]object message)Debugstatic
Log([CanBeNull]object message, [CanBeNull]Object context)Debugstatic
Log(int channel, [CanBeNull]object message, [CanBeNull]Object context=null)Debugstatic
Log(int channel1, int channel2, [CanBeNull]object message, [CanBeNull]Object context=null)Debugstatic
Log([CanBeNull]string message)Debugstatic
Log([CanBeNull]string message, [CanBeNull]Object context)Debugstatic
Log(int channel, [CanBeNull]string message, Object context=null)Debugstatic
Log(int channel1, int channel2, [CanBeNull]string message, Object context=null)Debugstatic
Log([CanBeNull]string message, [NotNull]Expression< Action > methodContext)Debugstatic
Log([NotNull]Expression< Func< object >> classMember, [NotNull]Expression< Action > methodContext)Debugstatic
Log([NotNull]Expression< Func< object >> classMember, [CanBeNull]Object context=null)Debugstatic
Log(int channel, [NotNull]Expression< Func< object >> classMember, [CanBeNull]Object context=null)Debugstatic
Log([NotNull]string prefix, [NotNull]params Expression< Func< object >>[] classMembers)Debugstatic
Log(params string[] messageParts)Debugstatic
Log(string messagePart1, string messagePart2, params string[] messageParts)Debugstatic
Log(object arg1, object arg2, params object[] args)Debugstatic
Log(string prefix, object arg, params object[] args)Debugstatic
Log(Object context, string part1, string part2, params string[] parts)Debugstatic
Log([NotNull]params Expression< Func< object >>[] classMembers)Debugstatic
Log(int channel, [NotNull]params Expression< Func< object >>[] classMembers)Debugstatic
Log(int channel1, int channel2, [NotNull]params Expression< Func< object >>[] classMembers)Debugstatic
LogAssertion(object message, Object context=null)Debugstatic
LogAssertionFormat(string format, params object[] args)Debugstatic
LogChanges(Expression< Func< object >> classMember, bool pauseOnChanged=false)Debugstatic
LogChanges([CanBeNull]object memberOwner, [NotNull]MemberInfo classMember, bool pauseOnChanged=false)Debugstatic
LogError([CanBeNull]string message)Debugstatic
LogError([CanBeNull]string message, [CanBeNull]Object context)Debugstatic
LogError([CanBeNull]object message)Debugstatic
LogError([CanBeNull]object message, [CanBeNull]Object context)Debugstatic
LogError(int channel, [CanBeNull]string message, Object context=null)Debugstatic
LogError(int channel1, int channel2, [CanBeNull]string message, Object context=null)Debugstatic
LogError(object arg1, object arg2, params object[] args)Debugstatic
LogError(string prefix, object arg, params object[] args)Debugstatic
LogError(Object context, string part1, string part2, params string[] parts)Debugstatic
LogError([NotNull]params Expression< Func< object >>[] classMembers)Debugstatic
LogError(int channel, [NotNull]params Expression< Func< object >>[] classMembers)Debugstatic
LogError(int channel1, int channel2, [NotNull]params Expression< Func< object >>[] classMembers)Debugstatic
LogError([NotNull]Expression< Func< object >> classMember, Object context=null)Debugstatic
LogError([NotNull]string prefix, [NotNull]params Expression< Func< object >>[] classMembers)Debugstatic
LogError(string messagePart1, string messagePart2, params string[] messageParts)Debugstatic
LogError(params string[] messageParts)Debugstatic
LogErrorFormat(string format, params object[] args)Debugstatic
LogErrorFormat(Object context, string format, params object[] args)Debugstatic
LogErrorLarge([CanBeNull]string message, Object context=null)Debugstatic
LogException(Exception exception)Debugstatic
LogException(Exception exception, Object context)Debugstatic
LogException(int channel, Exception exception, Object context=null)Debugstatic
LogFormat(string format, params object[] args)Debugstatic
LogFormat(Object context, string format, params object[] args)Debugstatic
LogFormat(int channel, string format, params object[] args)Debugstatic
LogFormat(int channel1, int channel2, string format, params object[] args)Debugstatic
LogFormat(int channel1, int channel2, Object context, string format, params object[] args)Debugstatic
LogFormat< LogOption >(LogType logType, LogOption logOptions, Object context, string format, params object[] args)Debugstatic
LogFormat< LogOption >(int channel1, int channel2, LogType logType, LogOption logOptions, Object context, string format, params object[] args)Debugstatic
LogHierarchyPath([CanBeNull]Transform transform)Debugstatic
LogHierarchyPath([CanBeNull]GameObject gameObject)Debugstatic
LogIf(bool condition, string message, Object context=null)Debugstatic
LogIf(bool condition, int channel, string message, Object context=null)Debugstatic
LogIf(bool condition, int channel, [NotNull] Expression< Func< object >> classMember, Object context=null)Debugstatic
LogLarge([CanBeNull]string message, Object context=null)Debugstatic
LogLarge(int channel, [CanBeNull]string message, Object context=null)Debugstatic
LogLarge(int channel1, int channel2, [CanBeNull]string message, Object context=null)Debugstatic
LogState([CanBeNull]object target, BindingFlags flags=DefaultInstanceBindingFlags)Debugstatic
LogState([CanBeNull]object target, bool includePrivate, bool includeStatic=false)Debugstatic
LogState([NotNull]Type classType, BindingFlags flags=DefaultStaticBindingFlags)Debugstatic
LogToFile(string message, [CanBeNull] string logFilePath=null, ClearFile clearFile=ClearFile.OnSessionStart)Debugstatic
LogWarning([CanBeNull]object message)Debugstatic
LogWarning([CanBeNull]object message, [CanBeNull]Object context)Debugstatic
LogWarning([CanBeNull]string message)Debugstatic
LogWarning([CanBeNull]string message, [CanBeNull]Object context)Debugstatic
LogWarning(int channel, [CanBeNull]string message, Object context=null)Debugstatic
LogWarning(int channel1, int channel2, [CanBeNull]string message, Object context=null)Debugstatic
LogWarning(object arg1, object arg2, params object[] args)Debugstatic
LogWarning(string prefix, object arg, params object[] args)Debugstatic
LogWarning(Object context, string part1, string part2, params string[] parts)Debugstatic
LogWarning([NotNull]params Expression< Func< object >>[] classMembers)Debugstatic
LogWarning([NotNull]Expression< Func< object >> classMember, Object context=null)Debugstatic
LogWarning(int channel, [NotNull]Expression< Func< object >> classMember, Object context=null)Debugstatic
LogWarning(int channel1, int channel2, [NotNull]Expression< Func< object >> classMember, Object context=null)Debugstatic
LogWarning([NotNull]string prefix, [NotNull]params Expression< Func< object >>[] classMembers)Debugstatic
LogWarning(string messagePart1, string messagePart2, params string[] messageParts)Debugstatic
LogWarning(params string[] messageParts)Debugstatic
LogWarningFormat(string format, params object[] args)Debugstatic
LogWarningFormat(Object context, string format, params object[] args)Debugstatic
LogWarningFormat(int channel, Object context, string format, params object[] args)Debugstatic
LogWarningFormat(int channel1, int channel2, Object context, string format, params object[] args)Debugstatic
LogWarningFormat(int channel1, int channel2, string format, params object[] args)Debugstatic
LogWarningLarge([CanBeNull]string message, Object context=null)Debugstatic
ShowFps()Debugstatic
StartStopwatch()Debugstatic
StartStopwatch([NotNull]string name)Debugstatic
StartSubStopwatch()Debugstatic
StartSubStopwatch([NotNull]string name)Debugstatic
StartSubStopwatch([NotNull]string parentName, [NotNull]string name)Debugstatic
unityLoggerDebugstatic
UsePlayerLogDebugstatic