Class LogMessages
Converts LogCode to human readable and understandable message string.
Inherited Members
Namespace: GLTFast.Logging
Assembly: glTFast.dll
Syntax
public static class LogMessages
Methods
GetFullMessage(LogCode, params 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 |