Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Unity
Platform
Windows
WindowsLog
C# Class Unity.Platform.Windows.WindowsLog
Inheritance:
Unity.Core.Log.AbstractLog
Show file
Open project: Appverse/appverse-mobile
Class Usage Examples
Public Methods
Method
Description
Log
(
string
message
) :
bool
Log
(
string
message
,
LogLevel
level
) :
bool
Method Details
Log()
public
method
public
Log
(
string
message
) :
bool
message
string
return
bool
Log()
public
method
public
Log
(
string
message
,
LogLevel
level
) :
bool
message
string
level
LogLevel
return
bool