Develop and Download Open Source Software

Browse Subversion Repository

Contents of /XspfManager/HMUtilities.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 187 - (show annotations) (download) (as text)
Sat Jan 2 01:40:36 2010 UTC (14 years, 3 months ago) by masaki
File MIME type: text/x-chdr
File size: 485 byte(s)
[New] HMUilitiesを使用するようにした。
1 /*
2 * HMUtilities.h
3 *
4 * Created by Hori,Masaki on 10/01/01.
5 * Copyright 2010 masakih. All rights reserved.
6 *
7 */
8
9 #import <Foundation/Foundation.h>
10
11 void HMLog(NSInteger level, NSString *format, ...);
12 void HMLogv(NSInteger level, NSString *format, va_list args);
13
14 enum _HMLogLevel {
15 HMLogLevelError,
16 HMLogLevelAlert,
17 HMLogLevelCaution,
18 HMLogLevelNotice,
19 HMLogLevelDebug,
20 };
21
22
23 // user defaults.
24 extern NSString *HMLogEnable; // BOOL
25 extern NSString *HMLogLevel; // integer
26

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26