C# Class ConsoleLog, unity-JBConsole

Inheritance: MonoBehaviour
Show file 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 property

public DateTime, Time
return DateTime,

channel public property

public string channel
return string

level public property

public ConsoleLevel level
return ConsoleLevel

message public property

public string message
return string

references public property

public List references
return List

repeats public property

public int repeats
return int

stackTrace public property

public StackTrace, stackTrace
return StackTrace,