C# Class a.spritestudio.editor.Tracer

ログ
Afficher le fichier Open project: cfm-art/SpriteStudioPlayerForUGUI

Méthodes publiques

Свойство Type Description
enable bool

Méthodes publiques

Méthode Description
Dump ( ) : void

出力

IntToLevel ( int no ) : Level

整数からログレベルへ

Log ( object message, Level level = Level.kInfomation ) : void

ログ

LogWarning ( object message, Level level = Level.kWarning ) : void

ログ

Startup ( Level level = Level.kWarning ) : void

Method Details

Dump() public static méthode

出力
public static Dump ( ) : void
Résultat void

IntToLevel() public static méthode

整数からログレベルへ
public static IntToLevel ( int no ) : Level
no int
Résultat Level

Log() public static méthode

ログ
public static Log ( object message, Level level = Level.kInfomation ) : void
message object
level Level
Résultat void

LogWarning() public static méthode

ログ
public static LogWarning ( object message, Level level = Level.kWarning ) : void
message object
level Level
Résultat void

Startup() public static méthode

public static Startup ( Level level = Level.kWarning ) : void
level Level
Résultat void

Property Details

enable public_oe static_oe property

有効無効
public static bool enable
Résultat bool