C# Class UberLoggerEditor, UberLogger

Inheritance: UnityEngine.ScriptableObject, UberLogger.ILogger
Afficher le fichier Open project: bbbscarter/UberLogger Class Usage Examples

Méthodes publiques

Свойство Type Description
Channels HashSet
ClearOnPlay bool
LogInfo List
NoErrors int
NoMessages int
NoWarnings int
PauseOnError bool
WasPlaying bool

Méthodes publiques

Méthode Description
AddWindow ( ILoggerWindow window ) : void
Clear ( ) : void
Create ( ) : UberLoggerEditor,
Log ( LogInfo, logInfo ) : void
OnEnable ( ) : void
OnPlaymodeStateChanged ( ) : void
ProcessOnStartClear ( ) : void

If we're about to start playing and 'ClearOnPlay' is set, clear the current logs

Method Details

AddWindow() public méthode

public AddWindow ( ILoggerWindow window ) : void
window ILoggerWindow
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Create() public static méthode

public static Create ( ) : UberLoggerEditor,
Résultat UberLoggerEditor,

Log() public méthode

public Log ( LogInfo, logInfo ) : void
logInfo LogInfo,
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnPlaymodeStateChanged() public méthode

public OnPlaymodeStateChanged ( ) : void
Résultat void

ProcessOnStartClear() public méthode

If we're about to start playing and 'ClearOnPlay' is set, clear the current logs
public ProcessOnStartClear ( ) : void
Résultat void

Property Details

Channels public_oe property

public HashSet Channels
Résultat HashSet

ClearOnPlay public_oe property

public bool ClearOnPlay
Résultat bool

LogInfo public_oe property

public List LogInfo
Résultat List

NoErrors public_oe property

public int NoErrors
Résultat int

NoMessages public_oe property

public int NoMessages
Résultat int

NoWarnings public_oe property

public int NoWarnings
Résultat int

PauseOnError public_oe property

public bool PauseOnError
Résultat bool

WasPlaying public_oe property

public bool WasPlaying
Résultat bool