C# Class ConsoleLog, unity-JBConsole

Inheritance: MonoBehaviour
显示文件 Open project: spaceapegames/unity-JBConsole Class Usage Examples

Public Properties

Property Type Description
Time DateTime,
channel string
level ConsoleLevel
message string
references List
repeats int
stackTrace StackTrace,

Public Methods

Method Description
GetChannel ( ) : string
GetLevel ( ) : ConsoleLevel
GetMessage ( ) : string
GetStackTrace ( ) : StackTrace,
GetTime ( ) : DateTime,
GetUnityLimitedMessage ( ) : string

Method Details

GetChannel() public method

public GetChannel ( ) : string
return string

GetLevel() public method

public GetLevel ( ) : ConsoleLevel
return ConsoleLevel

GetMessage() public method

public GetMessage ( ) : string
return string

GetStackTrace() public method

public GetStackTrace ( ) : StackTrace,
return StackTrace,

GetTime() public method

public GetTime ( ) : DateTime,
return DateTime,

GetUnityLimitedMessage() public method

public GetUnityLimitedMessage ( ) : string
return string

Property Details

Time public_oe property

public DateTime, Time
return DateTime,

channel public_oe property

public string channel
return string

level public_oe property

public ConsoleLevel level
return ConsoleLevel

message public_oe property

public string message
return string

references public_oe property

public List references
return List

repeats public_oe property

public int repeats
return int

stackTrace public_oe property

public StackTrace, stackTrace
return StackTrace,