Class LogMessages
Converts LogCode to human readable and understandable message string.
Inherited Members
Namespace: GLTFast.Logging
Syntax
public static class LogMessages
Methods
GetFullMessage(LogCode, String[])
Converts a LogCode to human readable and understandable message string.
Declaration
public static string GetFullMessage(LogCode code, params string[] messages)
Parameters
Type | Name | Description |
---|---|---|
LogCode | code | Input LogCode |
String[] | messages | Additional message parts (te be filled into final message) |
Returns
Type | Description |
---|---|
String | Human readable and understandable message string |