Short Type
This commit is contained in:
parent
cfaaeceb27
commit
31a61b3000
@ -23,7 +23,7 @@
|
||||
{
|
||||
if(type <= this.level)
|
||||
{
|
||||
string header = string.Format("{0} {1} {2}: ", DateTime.Now.ToLocalTime().ToShortDateString(), DateTime.Now.ToLocalTime().ToLongTimeString(), type.ToString());
|
||||
string header = string.Format("{0} {1} {2}: ", DateTime.Now.ToLocalTime().ToShortDateString(), DateTime.Now.ToLocalTime().ToLongTimeString(), type.ToString()[0]);
|
||||
switch (this.logType)
|
||||
{
|
||||
case LogType.Console:
|
||||
|
Loading…
Reference in New Issue
Block a user