 | GameLogBehaviourError Method |
Logs the passed message as error.
Namespace: Slash.Unity.Common.LoggingAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic void Error(
string s
)
Public Sub Error (
s As String
)
public:
void Error(
String^ s
)
member Error :
s : string -> unit
Parameters
- s
- Type: SystemString
Error to log.
See Also