LogPathBase 方法 |
LogPathBase 类型公开以下成员。
名称 | 说明 | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (继承自 LogNetBase。) | |
Dispose(Boolean) |
释放资源
(继承自 LogNetBase。) | |
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) | |
FiltrateKeyword |
过滤掉指定的关键字的日志,该信息不存储,但仍然触发BeforeSaveToFile事件 (继承自 LogNetBase。)Filter out the logs of the specified keywords, the information is not stored, but the BeforeSaveToFile event is still triggered | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) | |
GetExistLogFileNames |
返回所有的日志文件名称,返回一个列表 Returns all log file names, returns a list | |
GetFileSaveName | (继承自 LogNetBase。) | |
GetHashCode | Serves as the default hash function. (继承自 Object。) | |
GetType | Gets the Type of the current instance. (继承自 Object。) | |
HslMessageFormat |
根据需要存储的日志消息,获取实际存储的字符串,重写本方法就可以自定义输出内容 (继承自 LogNetBase。)According to the log message that needs to be stored, get the actual stored string, and the rewrite method can customize the output content | |
MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) | |
OnWriteCompleted |
当写入文件完成的时候触发,这时候已经释放了文件的句柄了。 (重写 LogNetBaseOnWriteCompleted(Boolean).)Triggered when writing to the file is complete, and the file handle has been released. | |
RecordMessage |
通过指定消息等级,关键字,日志信息进行消息记录 (继承自 LogNetBase。)Record messages by specifying message level, keywords, and log information | |
RemoveFiltrate |
移除过滤的关键字存储 (继承自 LogNetBase。)Remove filtered keyword storage | |
SetMessageDegree |
设置日志的存储等级,高于该等级的才会被存储 (继承自 LogNetBase。)Set the storage level of the logs. Only the logs above this level will be stored. | |
ToString | Returns a string that represents the current object. (重写 LogNetBaseToString.) | |
WriteAnyString |
写入任意字符串 (继承自 LogNetBase。)Write arbitrary string | |
WriteDebug(String) |
写入一条调试日志 (继承自 LogNetBase。)Write a debug log | |
WriteDebug(String, String) |
写入一条带关键字的调试日志 (继承自 LogNetBase。)Write a debug log with keywords | |
WriteDescrition |
写入一条解释性的信息,不属于消息等级控制的范畴 (继承自 LogNetBase。)Write an explanatory message that is not part of message level control | |
WriteError(String) |
写入一条错误日志 (继承自 LogNetBase。)Write an error log | |
WriteError(String, String) |
写入一条带关键字的错误日志 (继承自 LogNetBase。)Write an error log with keywords | |
WriteException(String, Exception) |
写入一条带关键字的异常信息 (继承自 LogNetBase。)Write an exception log with keywords | |
WriteException(String, String, Exception) |
写入一条带关键字和描述信息的异常信息 (继承自 LogNetBase。)Write an exception log with keywords and text | |
WriteFatal(String) |
写入一条致命日志 (继承自 LogNetBase。)Write an fatal log | |
WriteFatal(String, String) |
写入一条带关键字的致命日志 (继承自 LogNetBase。)Write an fatal log with keywords | |
WriteInfo(String) |
写入一条普通日志 (继承自 LogNetBase。)Write an infomation log | |
WriteInfo(String, String) |
写入一条带关键字的普通日志 (继承自 LogNetBase。)Write an information log with keywords | |
WriteNewLine |
写入一行换行符 (继承自 LogNetBase。)Write a newline | |
WriteWarn(String) |
写入一条警告日志 (继承自 LogNetBase。)Write an warn log | |
WriteWarn(String, String) |
写入一条带关键字的警告日志 (继承自 LogNetBase。)Write an warn log with keywords |
名称 | 说明 | |
---|---|---|
ToJsonString |
获取当前对象的JSON格式表示的字符串。 (由 HslExtension 定义。)Gets the string represented by the JSON format of the current object. |