Unity3DEditorLog.

Unity3DEditorLog.MessageType Class

Summary

The type of message we deem a line of log text to be.
Assembly
Cake.Unity3D.dll
Namespace
Cake.Unity3D.Helpers
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["Unity3DEditorLog.MessageType"] class Type type-node

Syntax

public sealed class Unity3DEditorLog.MessageType : Enum

Fields

Name Constant Value Summary
Debug 0
Useful for diagnostics
static
Error 3
An error.
static
Info 1
Important information
static
value__
Warning 2
A warning.
static

Extension Methods

Name Value Summary
Dump<Unity3DEditorLog.MessageType>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<Unity3DEditorLog.MessageType>(Unity3DEditorLog.MessageType[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<Unity3DEditorLog.MessageType>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<Unity3DEditorLog.MessageType>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<Unity3DEditorLog.MessageType>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<Unity3DEditorLog.MessageType>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin