扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util.logging类handler的类成员方法: setencoding定义及介绍
发布时间:2014-2-17
本文导语:
setencoding
public void setencoding(string encoding)
throws securityexception,
unsupportedencodingexception
设置该 handler 所用的字符编码。
应在将任何 logrecords 写入 handler 之前设置编码。
参数:encoding - 所支持字符...