X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=ChazLog.m;h=0f4d0371d6fcf18e93aaa02667e7ef8f980f723f;hp=1637e56f3e484bc0b11d5091284ed723b50c9d20;hb=HEAD;hpb=d27548f80fe411fda2ee69c74a24eab4292267e9 diff --git a/ChazLog.m b/ChazLog.m index 1637e56..0f4d037 100644 --- a/ChazLog.m +++ b/ChazLog.m @@ -1,10 +1,14 @@ -// -// ChazLog.m -// Niobium -// -// Created by NB McGarvey on 9/6/04. -// Copyright 2004 NB McGarvey. All rights reserved. -// + +/* + * The Cheat - The legendary universal game trainer for Mac OS X. + * http://www.brokenzipper.com/trac/wiki/TheCheat + * + * Copyright (c) 2003-2011, Charles McGarvey et al. + * + * Distributable under the terms and conditions of the 2-clause BSD + * license; see the file COPYING for the legal text of the license. + */ + #include "ChazLog.h" @@ -17,7 +21,7 @@ void static _ChazPrint( FILE *output, NSString *format, va_list args ); // Static Globals -BOOL static _gLogEnabled = NO; +BOOL static _gLogEnabled = YES; FILE static *_gLogFile = stdout; FILE static *_gDebugFile = NULL;