C# Class Ctf.ApplicationTools.DebugInfo

Show file Open project: blstream/Patronage2013-CaptureTheFlag

Public Methods

Method Description
Format ( System.DateTime t, Object o, MethodBase m, String msg ) : string
Format ( System.DateTime t, Object o, String m, String msg ) : string

Method Details

Format() public static method

public static Format ( System.DateTime t, Object o, MethodBase m, String msg ) : string
t System.DateTime
o Object
m System.Reflection.MethodBase
msg String
return string

Format() public static method

public static Format ( System.DateTime t, Object o, String m, String msg ) : string
t System.DateTime
o Object
m String
msg String
return string