LogFormat() public static method

public static LogFormat ( Object context, string message ) : void
context Object
message string
return void
Ejemplo n.º 1
0
    public override void OnCreate()
    {
        base.OnCreate();

        XLogger.LogFormat(Fsm, "OnCreate at {0}====={1}", Fsm, Owner.Name);
    }