C# Class UnityConsoleTraceListener, unity-kit

Inheritance: System.Diagnostics.TraceListener
Afficher le fichier Open project: johnsietsma/unity-kit

Méthodes publiques

Méthode Description
Write ( object o ) : void
Write ( object o, string category ) : void
Write ( string message ) : void
Write ( string message, string category ) : void
WriteLine ( object o ) : void
WriteLine ( object o, string category ) : void
WriteLine ( string message ) : void
WriteLine ( string message, string category ) : void

Method Details

Write() public méthode

public Write ( object o ) : void
o object
Résultat void

Write() public méthode

public Write ( object o, string category ) : void
o object
category string
Résultat void

Write() public méthode

public Write ( string message ) : void
message string
Résultat void

Write() public méthode

public Write ( string message, string category ) : void
message string
category string
Résultat void

WriteLine() public méthode

public WriteLine ( object o ) : void
o object
Résultat void

WriteLine() public méthode

public WriteLine ( object o, string category ) : void
o object
category string
Résultat void

WriteLine() public méthode

public WriteLine ( string message ) : void
message string
Résultat void

WriteLine() public méthode

public WriteLine ( string message, string category ) : void
message string
category string
Résultat void