Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的项目中遇到了一种情况,我必须通过套接字或其他方式将日志(消息、错误、跟踪)写入远程服务器。出于某种原因,我无法将任何内容写入本地磁盘。
我有远程机器为我的应用程序提供服务。我想写到远程机器。如果有的话,请提供任何其他想法。
我听说我可以将所有日志写入 telnet 端口。如果有人知道,请提供信息。
提前致谢。
Log4net 有一个 TelnetAppender。如果您使用 Log4Net 编写日志,则可以将其配置为运行 telnet 服务器,该服务器将允许 telnet 客户端连接。
http://logging.apache.org/log4net/