Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Network.logLevel

Switch to Manual
public static var logLevel: NetworkLogLevel;

Description

Set the log level for network messages (default is Off).

For a description of the different log levels have a look at the NetworkLogLevel enum.

	function Start () {
		Network.logLevel = NetworkLogLevel.Full;
	}