public Write ( LogMessageLevel level, bool maskDebug, string message ) : void | ||
level | LogMessageLevel | Importance of this logged message. |
maskDebug | bool | If true, debug output will not be written. |
message | string | Message to write, which can include string formatting tokens. |
리턴 | void |