Crossfire Server, Branches 1.12
R18729
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
logger.h
Go to the documentation of this file.
1
/*
2
* static char *rcsid_logger_h =
3
* "$Id: logger.h 9313 2008-06-13 12:05:26Z anmaster $";
4
*/
5
6
/*
7
CrossFire, A Multiplayer game for X-windows
8
9
Copyright (C) 1992 Frank Tore Johansen
10
11
This program is free software; you can redistribute it and/or modify
12
it under the terms of the GNU General Public License as published by
13
the Free Software Foundation; either version 2 of the License, or
14
(at your option) any later version.
15
16
This program is distributed in the hope that it will be useful,
17
but WITHOUT ANY WARRANTY; without even the implied warranty of
18
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
GNU General Public License for more details.
20
21
You should have received a copy of the GNU General Public License
22
along with this program; if not, write to the Free Software
23
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24
25
The author can be reached via e-mail to mark@pyramid.com.
26
*/
27
33
#ifndef LOGGER_H
34
#define LOGGER_H
35
37
typedef
enum
LogLevel
{
38
llevError
= 0,
39
llevInfo
= 1,
40
llevDebug
= 2,
41
llevMonster
= 3
42
}
LogLevel
;
43
44
#endif
/* LOGGER_H */
llevError
Definition:
logger.h:38
llevInfo
Definition:
logger.h:39
llevMonster
Definition:
logger.h:41
LogLevel
LogLevel
Definition:
logger.h:37
llevDebug
Definition:
logger.h:40
crossfire-code
server
branches
1.12
include
logger.h
Generated on Sun Nov 18 2018 02:40:29 for Crossfire Server, Branches 1.12 by
1.8.6