C# Class TcmDebugger.Misc.Logger

Afficher le fichier Open project: mvlasenko/TridionVSRazorExtension

Méthodes publiques

Méthode Description
Log ( TraceEventType logType, String message ) : void
WrapString ( String input, int wrapLength ) : IEnumerable

Method Details

Log() public static méthode

public static Log ( TraceEventType logType, String message ) : void
logType TraceEventType
message String
Résultat void

WrapString() public static méthode

public static WrapString ( String input, int wrapLength ) : IEnumerable
input String
wrapLength int
Résultat IEnumerable