C# Class ILDynaRec.Debug

Afficher le fichier Open project: zapu/UnityHotSwap

Méthodes publiques

Свойство Type Description
ErrorAction Action
LogAction Action
WarnAction Action

Méthodes publiques

Méthode Description
Log ( string str ) : void
LogError ( string str ) : void
LogErrorFormat ( string format ) : void
LogFormat ( string format ) : void
LogWarning ( string str ) : void
LogWarningFormat ( string format ) : void
Silence ( ) : void

Disable all logging by setting log actions to empty functions

Trace ( string line ) : void

Private Methods

Méthode Description
Debug ( ) : System

Method Details

Log() public static méthode

public static Log ( string str ) : void
str string
Résultat void

LogError() public static méthode

public static LogError ( string str ) : void
str string
Résultat void

LogErrorFormat() public static méthode

public static LogErrorFormat ( string format ) : void
format string
Résultat void

LogFormat() public static méthode

public static LogFormat ( string format ) : void
format string
Résultat void

LogWarning() public static méthode

public static LogWarning ( string str ) : void
str string
Résultat void

LogWarningFormat() public static méthode

public static LogWarningFormat ( string format ) : void
format string
Résultat void

Silence() public static méthode

Disable all logging by setting log actions to empty functions
public static Silence ( ) : void
Résultat void

Trace() public static méthode

public static Trace ( string line ) : void
line string
Résultat void

Property Details

ErrorAction public_oe static_oe property

public static Action ErrorAction
Résultat Action

LogAction public_oe static_oe property

public static Action LogAction
Résultat Action

WarnAction public_oe static_oe property

public static Action WarnAction
Résultat Action