EV.Logger.Category¶
-
class
EV.Logger.
Category
¶ Represents: c++ class Wraps: EV::Logger::Category Methods:
-
:
name
()¶ -
Тип результата: std.string
-
:
isDebugEnabled
()¶ -
Тип результата: bool
-
:
isInfoEnabled
()¶ -
Тип результата: bool
-
:
isNoticeEnabled
()¶ -
Тип результата: bool
-
:
isWarnEnabled
()¶ -
Тип результата: bool
-
:
isErrorEnabled
()¶ -
Тип результата: bool
-
:
flush
()¶
-
:
trace
(std.string aWord)¶ -
Параметры: aWord (std.string) –
-
:
debug
(std.string aWord)¶ -
Параметры: aWord (std.string) –
-
:
info
(std.string aWord)¶ -
Параметры: aWord (std.string) –
-
:
notice
(std.string aWord)¶ -
Параметры: aWord (std.string) –
-
:
warn
(std.string aWord)¶ -
Параметры: aWord (std.string) –
-
:
error
(std.string aWord)¶ -
Параметры: aWord (std.string) –
-
:
critical
(std.string aWord)¶ -
Параметры: aWord (std.string) –
-
:
fatal
(std.string aWord)¶ -
Параметры: aWord (std.string) –
-
: