C# Class ApprovalUtilities.SimpleLogger.LoggerInstance

Afficher le fichier Open project: approvals/ApprovalTests.Net

Méthodes publiques

Свойство Type Description
TabSize int
Writer IAppendable

Méthodes publiques

Méthode Description
Event ( string message ) : string
GetCallingMethod ( ) : string
LogToStringBuilder ( ) : StringBuilderLogger
MarkerIn ( ) : void
MarkerOut ( ) : void
Message ( string message ) : string
Miscellaneous ( string label, string message ) : string
Show ( bool markerIn = true, bool variables = true, bool events = true, bool sql = true, bool timestamp = true, bool timeDifference = true ) : void
Sql ( string sql ) : string
UseTimer ( ILoader timeLoader ) : void
Variable ( string name, object value ) : void
Warning ( string format ) : string
Warning ( Exception except ) : void

Private Methods

Méthode Description
GetIndentation ( ) : string
PrintWarning ( ) : void
Write ( string text ) : void
drawMarker ( string arrow, bool stepIn ) : void

Method Details

Event() public méthode

public Event ( string message ) : string
message string
Résultat string

GetCallingMethod() public méthode

public GetCallingMethod ( ) : string
Résultat string

LogToStringBuilder() public méthode

public LogToStringBuilder ( ) : StringBuilderLogger
Résultat StringBuilderLogger

MarkerIn() public méthode

public MarkerIn ( ) : void
Résultat void

MarkerOut() public méthode

public MarkerOut ( ) : void
Résultat void

Message() public méthode

public Message ( string message ) : string
message string
Résultat string

Miscellaneous() public méthode

public Miscellaneous ( string label, string message ) : string
label string
message string
Résultat string

Show() public méthode

public Show ( bool markerIn = true, bool variables = true, bool events = true, bool sql = true, bool timestamp = true, bool timeDifference = true ) : void
markerIn bool
variables bool
events bool
sql bool
timestamp bool
timeDifference bool
Résultat void

Sql() public méthode

public Sql ( string sql ) : string
sql string
Résultat string

UseTimer() public méthode

public UseTimer ( ILoader timeLoader ) : void
timeLoader ILoader
Résultat void

Variable() public méthode

public Variable ( string name, object value ) : void
name string
value object
Résultat void

Warning() public méthode

public Warning ( string format ) : string
format string
Résultat string

Warning() public méthode

public Warning ( Exception except ) : void
except System.Exception
Résultat void

Property Details

TabSize public_oe property

public int TabSize
Résultat int

Writer public_oe property

public IAppendable Writer
Résultat IAppendable