Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Open
Core
LogWriter
Error
Open.Core.LogWriter.Error C# (CSharp) Method
LogWriter Class Documentation
显示文件
Open project: philcockfield/Open.TestHarness.SL
Error()
public
method
Writes an error message to the log.
public
Error
(
object
message
) :
void
message
object
The messge to write (HTML).
return
void
public void Error(object message) { WriteSeverity(message, LogSeverity.Error); }
LogWriter
Clear
Debug
Error
Event
Info
LineBreak
LogWriter
NewSection
OnDisposed
Success
Title
ToIconPath
Warning
Write
WriteDictionary
WriteIcon
WriteInternal
WriteList
WriteListSeverity
WriteProperties
WriteSeverity