Britbot
Static Public Member Functions | Static Private Attributes
Britbot.Logger Class Reference

List of all members.

Static Public Member Functions

static void BeginTime (string key)
static void StopTime (string key)
static void Count (string key)
static void Profile ()
static void DumpDebug ()
static void Write (string str, bool force=false)

Static Private Attributes

static Dictionary< string,
Queue< long > > 
times = new Dictionary<string, Queue<long>>()
static Dictionary< string, long > begins = new Dictionary<string, long>()
static Dictionary< string, int > count = new Dictionary<string, int>()
static FileStream _logFileStream

Detailed Description

Definition at line 25 of file Logger.cs.


The documentation for this class was generated from the following file: