log tag const changes
This commit is contained in:
parent
6b6c4b6436
commit
71fb739670
|
@ -11,7 +11,7 @@ namespace Blarg.GameFramework
|
||||||
{
|
{
|
||||||
public class SDLApplication : BaseApplication
|
public class SDLApplication : BaseApplication
|
||||||
{
|
{
|
||||||
const string LOG_TAG = "SDLApplication";
|
const string LOG_TAG = "SDL_APP";
|
||||||
|
|
||||||
#region Fields
|
#region Fields
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ namespace Blarg.GameFramework
|
||||||
{
|
{
|
||||||
public abstract class BaseApplication : IApplication
|
public abstract class BaseApplication : IApplication
|
||||||
{
|
{
|
||||||
public const string LOG_TAG = "BASEAPP";
|
public const string LOG_TAG = "BASE_APP";
|
||||||
|
|
||||||
protected IGameApp GameApp { get; set; }
|
protected IGameApp GameApp { get; set; }
|
||||||
|
|
||||||
|
|
Reference in a new issue