[ CLASS ] - Log.
More...
|
string | kInfo = 'INFO' |
| [ enum ] - Info.
|
|
string | kSuccess = 'SUCCESS' |
| [ enum ] - Success.
|
|
string | kWarning = 'WARNING' |
| [ enum ] - Warning.
|
|
string | kFailure = 'FAILURE' |
| [ enum ] - Failure.
|
|
◆ __init__()
def mMeco.core.loggerLib.Log.__init__ |
( |
|
self, |
|
|
|
message, |
|
|
|
logType = LogType.kInfo |
|
) |
| |
Constructor.
- Parameters
-
- Exceptions
-
- Returns
- None - None.
◆ __str__()
def mMeco.core.loggerLib.Log.__str__ |
( |
|
self | ) |
|
String representation.
- Exceptions
-
- Returns
- str - String representation.
◆ asStr()
def mMeco.core.loggerLib.Log.asStr |
( |
|
self | ) |
|
Get string representation of the class.
- Exceptions
-
- Returns
- str - Information about the package in human readable form.
◆ logType()
def mMeco.core.loggerLib.Log.logType |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- enum - Value.
◆ message()
def mMeco.core.loggerLib.Log.message |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ fullMessage()
def mMeco.core.loggerLib.Log.fullMessage |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
The documentation for this class was generated from the following file: