C# Class UnityEditor.RestService.Logger

显示文件 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
Log ( Exception an_exception ) : void
Log ( string a_message ) : void

Method Details

Log() public static method

public static Log ( Exception an_exception ) : void
an_exception System.Exception
return void

Log() public static method

public static Log ( string a_message ) : void
a_message string
return void