added space
This commit is contained in:
parent
6a66ea9f63
commit
74ca9a3435
@ -23,7 +23,7 @@
|
|||||||
{
|
{
|
||||||
if(type >= this.level)
|
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());
|
||||||
switch (this.logType)
|
switch (this.logType)
|
||||||
{
|
{
|
||||||
case LogType.Console:
|
case LogType.Console:
|
||||||
|
Loading…
Reference in New Issue
Block a user