去掉多余的日志头
This commit is contained in:
parent
8a714df91e
commit
8feaeaa5c3
|
@ -15,8 +15,6 @@ namespace NewLife.Reflection
|
|||
{
|
||||
static void Main()
|
||||
{
|
||||
XTrace.UseConsole();
|
||||
|
||||
var build = new Builder();
|
||||
build.Init();
|
||||
build.Output = "F0";
|
||||
|
|
|
@ -15,8 +15,6 @@ namespace NewLife.Reflection
|
|||
{
|
||||
static void Main()
|
||||
{
|
||||
XTrace.UseConsole();
|
||||
|
||||
var build = new Builder();
|
||||
build.Init();
|
||||
build.Cortex = 3;
|
||||
|
|
|
@ -15,8 +15,6 @@ namespace NewLife.Reflection
|
|||
{
|
||||
static void Main()
|
||||
{
|
||||
XTrace.UseConsole();
|
||||
|
||||
var build = new Builder();
|
||||
build.Init();
|
||||
build.GD32 = true;
|
||||
|
|
|
@ -15,8 +15,6 @@ namespace NewLife.Reflection
|
|||
{
|
||||
static void Main()
|
||||
{
|
||||
XTrace.UseConsole();
|
||||
|
||||
var build = new Builder();
|
||||
build.Init();
|
||||
build.Cortex = 4;
|
||||
|
|
Loading…
Reference in New Issue